1
0
Fork 0

docs: branch names

This commit is contained in:
ssube 2019-06-30 20:24:33 -05:00 committed by Sean Sube
parent a72597dcac
commit f5c5e9d664
1 changed files with 5 additions and 0 deletions

View File

@ -9,6 +9,7 @@ This document covers the project workflow, commit and merge messages, and how to
- [Terminal Status](#Terminal-Status)
- [Transitions](#Transitions)
- [Types](#Types)
- [Branches](#Branches)
- [Issues](#Issues)
- [Issue Labels](#Issue-Labels)
@ -110,6 +111,10 @@ Do not close the issue until the corresponding branches have been merged and rel
- dependency updates
- typically handled by Renovate
## Branches
Branches should be named after the primary issue they address, with the issue type and number: `type/#-issue-title`
## Issues
### Issue Labels