-
Notifications
You must be signed in to change notification settings - Fork 81
Submit Code Changes
Joshua Skelton edited this page Dec 20, 2018
·
3 revisions
Have a bug fix or a new feature you'd like to see? Send it our way! Please make sure you create an issue that addresses your fix/feature so we can discuss the contribution.
-
Fork this repo!
-
Create your feature branch.
- On the command line:
git checkout -b features/add-new-enemy-behavior
-
Do work!
-
Commit your changes.
- On the command line:
git commit -m 'Implemented additional enemy behaviors.'
-
Push the branch.
- On the command line:
git push origin features/add-new-enemy-behavior`
-
Submit a pull request.
-
Create an issue.