From 962464980f4b59e57956856a8a4d9a2f147b5aba Mon Sep 17 00:00:00 2001 From: Kyle Shockey Date: Mon, 24 Jul 2017 23:34:28 -0700 Subject: [PATCH] Add information on version branches --- CONTRIBUTING.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 10decc8f..823392ce 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -14,7 +14,9 @@ Feature branches should be prefixed with `ft/`. Bugfix branches should be prefixed with `bug/`. -After the forward slash, include a short description of what you're fixing. For example: `bug/fix-everything-that-was-broken`. +Version branches should be prefixed with `v/`. + +After the forward slash, include a short description of what you're fixing. For example: `bug/fix-everything-that-was-broken`. For versions, add the version that will be released via the branch, for example: `v/1.2.3`. If there's an issue filed that you're addressing in your branch, include the issue number directly after the forward slash. For example: `bug/1234-fix-all-the-other-things`.