== README
This project uses GitHub Flow. Follow this template:
- Create a new branch with the appropriate prefix:
- `feature`
- `enhancement`
- `bugfix`
-
Work locally, then push your branch to GitHub.
-
Wait for all checks to pass, then create a pull request with a summary of your changes.
-
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.