Skip to content

Commit 2beb0bb

Browse files
authored
add develop branch in contributing
1 parent 2420325 commit 2beb0bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,11 +95,11 @@ $ composer test
9595
## Contributing
9696

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

104104
## Credits
105105

0 commit comments

Comments
 (0)