Here are some general guidelines to please include in your PR to prevent potential revision requests.
- Make sure your code is formatted similar to the rest of the project
- New code must have test coverage. See a test file in
src/
for an example
This project conforms to the Git Flow branching strategy. Please do the following if you wish to create a pull request.
- Place your code in a branch named
feature/MY_PR_TITLE
that branches off ofdevelop
- Submit a pull request to the
develop
branch - Verify all cloud checks pass without crashing
- Await a PR review for potential revisions or feedback
- When the PR is approved it will be merged into
develop