removed mentions of 'development' branch in Contribution Guidelines (#966)
This commit is contained in:
committed by
Matt Condon
parent
2a997a8e92
commit
9d6ffae8cb
@ -21,12 +21,11 @@ As a contributor, you are expected to fork this repository, work on your own for
|
|||||||
```
|
```
|
||||||
cd openzeppelin-solidity
|
cd openzeppelin-solidity
|
||||||
git fetch upstream
|
git fetch upstream
|
||||||
git checkout development
|
git pull --rebase upstream master
|
||||||
git pull --rebase upstream development
|
|
||||||
```
|
```
|
||||||
NOTE: The directory `openzeppelin-solidity` represents your fork's local copy.
|
NOTE: The directory `openzeppelin-solidity` represents your fork's local copy.
|
||||||
|
|
||||||
2) Branch out from `development` into `fix/some-bug-#123`:
|
2) Branch out from `master` into `fix/some-bug-#123`:
|
||||||
(Postfixing #123 will associate your PR with the issue #123 and make everyone's life easier =D)
|
(Postfixing #123 will associate your PR with the issue #123 and make everyone's life easier =D)
|
||||||
```
|
```
|
||||||
git checkout -b fix/some-bug-#123
|
git checkout -b fix/some-bug-#123
|
||||||
|
|||||||
Reference in New Issue
Block a user