- Ensure the bug was not already reported by searching on GitHub under Issues.
- If you're unable to find an open issue addressing the problem, open a new one. Be sure to include:
- a title,
- a clear description,
- as much relevant information as possible,
- a code sample or an executable test case demonstrating the expected behavior that is not occurring.
Development flow:
- Create feature branches using develop as a starting point to start new work;
- Submit a new pull request to the
develop
branch- please ensure the PR description clearly describes the problem and solution and include the relevant issue number if applicable.
- Feature -
feature/cool-bananas
- Development -
develop
We use the default code style specified by rustfmt. Just run cargo fmt
before
making the pull request.