瀏覽代碼

Add information on version branches

bubble
Kyle Shockey 7 年之前
父節點
當前提交
962464980f
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: DC20D559FFBC0D36
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. +3
    -1
      CONTRIBUTING.md

+ 3
- 1
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`.



Loading…
取消
儲存