Mangane/docs/contributing.md

12 lines
600 B
Markdown
Raw Normal View History

# Contributing to Mangane
2020-05-01 21:50:48 +02:00
Thank you for your interest in Mangane!
2022-07-18 18:46:59 +02:00
When contributing to Mangane, please first discuss the change you wish to make by [opening an issue](https://github.com/BDX-town/Mangane/issues).
2022-07-18 18:46:59 +02:00
## Opening an MR (merge request)
1. Smash that "fork" button on Github to make a copy of the repo.
2. Clone the repo locally, then begin work on a new branch (eg not `master`).
2022-07-18 18:46:59 +02:00
3. Push your branch to your fork.
4. Once pushed, GitLab should provide you with a URL to open a new merge request right in your terminal. If not, do it [manually](https://github.com/BDX-town/Mangane/pulls).