Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 644 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (15 loc) · 644 Bytes

Project contributing guide

Thank you very much if you have decided to contribute to this project. We follow very simple and clear open-source research community accepted guidelines for contributing.

Developer guideline

  1. Fork the repository
  2. Install git and get project source code
  3. Build project and make sure that everything runs correctly
  4. Create new branch with descriptive name
  5. Fix issue or implement new feature
  6. Commit changes
  7. Open pull-request following repository template (if present)
  8. Wait for review from one of the project developers
  9. Fix all major and minor remarks
  10. Get your work merged into master!