This repository has been archived on 2020-06-04. You can view files and clone it, but cannot push or open issues or pull requests.
GitNex/CONTRIBUTING.md
2019-06-10 22:56:46 +05:00

11 lines
1.0 KiB
Markdown

# Contributing
Everyone can contribute to this project in different ways like writing code, creating layouts, designing the icons, suggesting acceptable changes, translating it to their native language, writing documentation, improving the website etc.
### Code contributaion:
Fork this repository. Pull the forked repository from your namespace to your local machine. Create new branch and work on the bug/feature/enhacement you would like to submit. Push it to your forked version. From there create Merge Request(MR) against **master** branch.
### Translations:
Help us translate it to your native language. Take a look [here](https://gitlab.com/mmarif4u/gitnex/blob/master/app/src/main/res/values/strings.xml) for strings, please ignore the lines with `translatable="false"`. It is recommended to create a Merge Request with your changes. If it's not your thing, share the translated `strings.xml` via an issue. Check the structure of other languages for example [French](https://gitlab.com/mmarif4u/gitnex/blob/master/app/src/main/res/values-fr/strings.xml).