Update CONTRIBUTING.md

This commit is contained in:
Blerim Sheqa 2017-03-15 11:39:01 +01:00
parent b637f3d257
commit 18aa804263
1 changed files with 2 additions and 2 deletions

View File

@ -19,10 +19,10 @@ be used in your branch name as reference to a certain bug or feature discussion.
## Branches
Choosing a proper name for a branch helps us identify its purpose and possibly
find an associated bug or feature. Generally a branch name should include a
topic such as `bug` or `feature` followed by a description and an issue number
topic such as `fix` or `feature` followed by a description and an issue number
if applicable. Branches should have only changes relevant to a specific issue.
```
git checkout -b bug/field-type-missing-1234
git checkout -b fix/field-type-missing-1234
git checkout -b feature/new-setting-for-foo-1235
```