- NEVER PUSH TO MASTER: For each new feature you want to add, create a new branch.
- When you want to merge a feature into the main branch, submit a pull request.
- Ask for code review by Abe when you want to merge into the main branch.
- Add an Issue if you encounter problems or if you want to add new features, todos, etc.