Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 518 Bytes

File metadata and controls

15 lines (12 loc) · 518 Bytes

aws

Patches & Pull Requests

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 master on your fork. Using a feature/bugfix branch will make everyone’s life easier.