Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 728 Bytes

CONTRIBUTING.md

File metadata and controls

16 lines (11 loc) · 728 Bytes

Contributing Guidelines

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

Pull Requests

This project conforms to the Git Flow branching strategy. Please do the following if you wish to create a pull request.

  1. Place your code in a branch named feature/MY_PR_TITLE that branches off of develop
  2. Submit a pull request to the develop branch
  3. Verify all cloud checks pass without crashing
  4. Await a PR review for potential revisions or feedback
  5. When the PR is approved it will be merged into develop