From 89133c5e6f8bf09d713dc119215ea0711202c257 Mon Sep 17 00:00:00 2001 From: Elliot Date: Wed, 23 Mar 2022 08:05:03 -0400 Subject: [PATCH] Update CONTRIBUTING.md branch naming conventions (#106) --- CONTRIBUTING.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a9e6f23..a28dd88 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -217,4 +217,6 @@ We use Github's regular PR workflow. Basically fork the repo, push your commits, If you're a core contributor and have write access to the repo, you should submit your pull requests from a branch rather than a personal fork. The naming convention for these branches should be: -* `(feature|hotfix)/[identifier]` \ No newline at end of file +* `(feature|hotfix|docs)/[identifier]` +or +* an autogenerated branch name from a Github issue (On an issue without a PR, look under the "Development" sidebar heading for a "create a branch link")