Update CONTRIBUTING.md branch naming conventions (#106)
This commit is contained in:
parent
139c3ed556
commit
89133c5e6f
1 changed files with 3 additions and 1 deletions
|
@ -217,4 +217,6 @@ We use Github's regular PR workflow. Basically fork the repo, push your commits,
|
|||
If you're a core contributor and have write access to the repo, you should submit your pull requests from a branch
|
||||
rather than a personal fork. The naming convention for these branches should be:
|
||||
|
||||
* `(feature|hotfix)/[identifier]`
|
||||
* `(feature|hotfix|docs)/[identifier]`
|
||||
or
|
||||
* an autogenerated branch name from a Github issue (On an issue without a PR, look under the "Development" sidebar heading for a "create a branch link")
|
||||
|
|
Loading…
Reference in a new issue