Add information on version branches

This commit is contained in:
Kyle Shockey
2017-07-24 23:34:28 -07:00
parent 09d3f5ad6c
commit 962464980f

View File

@@ -14,7 +14,9 @@ Feature branches should be prefixed with `ft/`.
Bugfix branches should be prefixed with `bug/`. 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`. 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`.