Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 747 Bytes

CONTRIBUTING.md

File metadata and controls

8 lines (8 loc) · 747 Bytes

Сode contribution workflow

  1. Find an open issue or create a new issue on issue tracker for the feature you want to contribute.
  2. Fork the project on GitHub. You need to create a feature-branch for your work on your fork. This way you will be able to submit a pull request.
  3. Make any necessary changes to the source code.
  4. Add tests that verify that your contribution works as expected and modify existing tests if required.
  5. Run all unit tests and make sure all of them pass.
  6. Once your feature is complete, prepare the commit with appropriate message and the issue number.
  7. Create a pull request and wait for the users to review.