Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 705 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 705 Bytes

CircleCI

README

Version Control

This project uses GitHub Flow. Follow this template:

  1. Create a new branch with the appropriate prefix:
- `feature`
- `enhancement`
- `bugfix`
  1. Work locally, then push your branch to GitHub.

  2. Wait for all checks to pass, then create a pull request with a summary of your changes.

  3. Wait for a thumbs up on your request, then merge your code.

Please keep your commit history clean. Don't check commented out code and TODOs into version control.