Skip to content

Commit

Permalink
add develop branch in contributing
Browse files Browse the repository at this point in the history
  • Loading branch information
vinicius73 authored Dec 7, 2016
1 parent 2420325 commit 2beb0bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,11 @@ $ composer test
## Contributing

1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`
2. Create your feature branch from **develop**: `git checkout -b my-new-feature`
3. Write your code. Comment your code.
4. Commit your changes: `git commit -am 'Add some feature'`
5. Push to the branch: `git push origin my-new-feature`
6. Submit a pull request :D
6. Submit a pull request to **develop** branch :D

## Credits

Expand Down

0 comments on commit 2beb0bb

Please sign in to comment.