We would love for you to contribute to dinoloop. As a contributor, here are the guidelines we would like you to follow:
If you find a bug in the source code, you can help us by [submitting an issue]. Even better, you can [submit a Pull Request] with a fix.
You can request a new feature or If you would like to implement a new feature, please submit an issue with a proposal, to be sure that we can use it.
Before you submit your Pull Request (PR) consider the following guidelines:
- Create a new branch on master branch, including feature/bugfix changes and appropriate test cases.
- Follow our CODING_RULES, ensure that all tests pass.
- Commit your changes using a descriptive commit message.
- Push your branch to GitHub
- In GitHub, send a pull request to
dinoloop:master
- If we suggest changes then:
- Make the required updates.
- Rebase your branch on
master@latest
and force push to GitHub repository (this will update your Pull Request)
- Once changes are approved, we would merge your changes to master
That's it! Thank you for your contribution!
After your pull request is merged, you can safely delete your branch.