Add 'Contributing'
parent
b482ec6e08
commit
ae43e5ce19
|
@ -0,0 +1,36 @@
|
||||||
|
# Contributing to GitNex
|
||||||
|
|
||||||
|
Please take a few minutes to read this document to make the process of contribution more easy and healthy for all involved.
|
||||||
|
|
||||||
|
### General
|
||||||
|
> **Be polite and gentle while commenting or creating new issues to maintain a healthy environment in which __everyone__ is able to feel comfortable.**
|
||||||
|
<br>
|
||||||
|
|
||||||
|
### Issues and Reports
|
||||||
|
Before creating an issue please take a moment and search the repository issues(open/closed) to avoid duplicate issues either it's a bug or feature.
|
||||||
|
In case you want to submit a bug report, please provide as much details as possible to better debug the problem. The important part is how to reproduce the bug and steps to reproduce are appreciated.<br><br>
|
||||||
|
**Note:** Please contact the project directly via [email](mailto:hello@gitnex.com) if have to share sensitive and security related details.
|
||||||
|
<br>
|
||||||
|
|
||||||
|
### Pull Requests
|
||||||
|
Patches, enhancements and features are always welcome.
|
||||||
|
The PR should focus on the scope of work and avoid many unnecessary commits.
|
||||||
|
Please provide as much detail and context as possible to explain the work submitted.
|
||||||
|
|
||||||
|
**Please ask if you are not sure about the scope of work to be submitted to avoid waste of time spent on the work.** (Submit an issue, __before__ submitting a PR)
|
||||||
|
|
||||||
|
**Code Standards**<br><br>
|
||||||
|
Please follow the code standards, this will help other developers to understand your code too.
|
||||||
|
It also helps maintaining the code afterwards.
|
||||||
|
It is documented in the Wiki: [Code-Standards](https://codeberg.org/gitnex/GitNex/wiki/Code-Standards)
|
||||||
|
|
||||||
|
**How to submit a PR (Pull Request)**
|
||||||
|
1. Fork this repository.
|
||||||
|
2. Clone the forked repository from your namespace to your local machine.
|
||||||
|
3. Create a new branch and work on your feature, enhancement or patch.
|
||||||
|
4. Push your commits to your forked version.
|
||||||
|
5. You can now create a PR using the web interface against **main** branch.
|
||||||
|
|
||||||
|
For more information, click [here](http://makeapullrequest.com/).
|
||||||
|
|
||||||
|
**IMPORTANT:** By submitting PR, you agree to allow GitNex to license your work under the same license as that used by GitNex.
|
Loading…
Reference in New Issue