doc: update references to current stable branch
The contribution guidelines in CONTRIBUTING.md referred to v0.10 as the current stable branch, rather than v1.x.
This commit is contained in:
parent
1cc25170ed
commit
b7003beb0d
@ -37,10 +37,10 @@ Okay, so you have decided on the proper branch. Create a feature branch
|
|||||||
and start hacking:
|
and start hacking:
|
||||||
|
|
||||||
```
|
```
|
||||||
$ git checkout -b my-feature-branch -t origin/v0.10
|
$ git checkout -b my-feature-branch -t origin/v1.x
|
||||||
```
|
```
|
||||||
|
|
||||||
(Where v0.10 is the latest stable branch as of this writing.)
|
(Where v1.x is the latest stable branch as of this writing.)
|
||||||
|
|
||||||
### CODE
|
### CODE
|
||||||
|
|
||||||
@ -131,7 +131,7 @@ Use `git rebase` (not `git merge`) to sync your work from time to time.
|
|||||||
|
|
||||||
```
|
```
|
||||||
$ git fetch upstream
|
$ git fetch upstream
|
||||||
$ git rebase upstream/v0.10 # or upstream/master
|
$ git rebase upstream/v1.x # or upstream/master
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user