-
-
Notifications
You must be signed in to change notification settings - Fork 29
Contribution
dernasherbrezon edited this page Jul 29, 2017
·
1 revision
If you would like to contribute to the project, then you have several options:
- Raise issue. If you feel, that something is missing or might be improved, then please feel free to raise an issue.
- Commit your code. Please raise pull request with the detailed description.
If you decided to contribute using pull request, please read this guidelines:
- we are developing in feature branches. After review, all changes merged into master
- periodically I'm doing releases from the stable master into the s3 apt repository
- Fork repository
- Create feature branch in your own repository
- Commit the changes into the feature branch
- Ensure you wrote tests and they pass
- Raise pull request from your feature branch to our master
- Fix review comments