From f5c5e9d664bc28646f6e129ad86df4015b7a042f Mon Sep 17 00:00:00 2001 From: ssube Date: Sun, 30 Jun 2019 20:24:33 -0500 Subject: [PATCH] docs: branch names --- docs/workflow.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/workflow.md b/docs/workflow.md index f78f45f..13b8da8 100644 --- a/docs/workflow.md +++ b/docs/workflow.md @@ -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