Skip to content

Commit

Permalink
removed mentions of 'development' branch in Contribution Guidelines (O…
Browse files Browse the repository at this point in the history
  • Loading branch information
Doug Crescenzi authored and shrugs committed Jun 5, 2018
1 parent 2a997a8 commit 9d6ffae
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,11 @@ As a contributor, you are expected to fork this repository, work on your own for
```
cd openzeppelin-solidity
git fetch upstream
git checkout development
git pull --rebase upstream development
git pull --rebase upstream master
```
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)
```
git checkout -b fix/some-bug-#123
Expand Down

0 comments on commit 9d6ffae

Please sign in to comment.