Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 809 Bytes

CONTRIBUTING.md

File metadata and controls

20 lines (16 loc) · 809 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.

If you want both update text/code part and add code changes for the same engine module, game or template, you can do it in the same branch following writer and developer guide.

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
  8. Wait for review from one of the project developers
  9. Fix all major and minor remarks
  10. Get your work merged into master!