Update CONTRIBUTING.md
This commit is contained in:
parent
b637f3d257
commit
18aa804263
|
@ -19,10 +19,10 @@ be used in your branch name as reference to a certain bug or feature discussion.
|
||||||
## Branches
|
## Branches
|
||||||
Choosing a proper name for a branch helps us identify its purpose and possibly
|
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
|
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.
|
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
|
git checkout -b feature/new-setting-for-foo-1235
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue