Skip to content

Commit

Permalink
update contribition instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
d47081 committed Jul 9, 2022
1 parent f5939e7 commit b1756fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,15 @@ and keep in mind that your pull requests should have **twisterarmy** branch as b

3. CREATE A NEW BRANCH, specific to the branch prefix and fix you're implementing:

git checkout -b twisterarmy_my_awesome_fix
git checkout -b twisterarmy-my-awesome-fix

4. Make your changes.

5. Commit and push:

git commit -m "fix of #12345: bad foobarizer" && git push --set-upstream origin twisterarmy_my_awesome_fix
git commit -m "fix of #12345: bad foobarizer" && git push --set-upstream origin twisterarmy-my-awesome-fix

6. Now open a pull request from branch 'YOURNICKNAME:twisterarmy_my_awesome_fix' to 'twisterarmy:twisterarmy' on GitHub.
6. Now open a pull request from branch 'YOURNICKNAME:twisterarmy-my-awesome-fix' to 'twisterarmy:twisterarmy' on GitHub.

7. Once the request is accepted, switch back to 'twisterarmy' and track changes in upstream repo:

Expand Down

0 comments on commit b1756fa

Please sign in to comment.