Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 555 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 555 Bytes

== 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.