Please follow these steps if you want to send a patch or a GitHub pull request:
- Fork joehack3r/aws
- Create a topic branch:
git checkout -b my_fix - Make your changes
- Commit your changes, one change/fix per commit
- Push your fixes branch:
git push origin my_fix - Open an Issue on GitHub referencing your branch and send a pull request.
- Please do not push to
masteron your fork. Using a feature/bugfix branch will make everyone’s life easier.