Create policies to automate the management of your task board.
- Trello
- GitHub
- Jira
- Azure DevOps (VSTS)
- Microsoft Project
- Wrike
- Asana
- MeisterTask
- Fork project, name branches with
short-feature-name
- Master must always be shippable
- Commit messages must be clear and concise
- Commits will be squashed upon checking into master
- Code changes must:
- Link back to GitHub issues (
Fixes issue #x
in comment) - Pass all unit tests
- Contain unit tests for new functionality
- Link back to GitHub issues (