Here are some general guidelines for your PR to minimize revision requests.
- Make sure your code is formatted similar to the rest of the project
- New code must have test coverage. See any *Test.cs 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
- Once the PR is approved it will be merged into
develop
and immediately available in thenightly
branch