docs: branch names
This commit is contained in:
parent
a72597dcac
commit
f5c5e9d664
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue