Skip to content

Contribution

dernasherbrezon edited this page Jul 29, 2017 · 1 revision

General

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.

Git flow

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

Making changes

  1. Fork repository
  2. Create feature branch in your own repository
  3. Commit the changes into the feature branch
  4. Ensure you wrote tests and they pass
  5. Raise pull request from your feature branch to our master
  6. Fix review comments
Clone this wiki locally