This project is powered by AWS users and fans like you. It needs your help in order to succeed!
These guidelines are intentionally slim, and will evolve along with the project.
- Make sure you have a GitHub account.
- Edit in the browser - read this post for step-by-step directions.
- Edit from the command line. Don't forget to:
- Set your user name:
git config --global user.name "YOUR NAME"
- Set your email address:
git config --global user.email "YOUR EMAIL"
- Set your user name:
- Create a branch off of the master branch.
- Add some appropriate content.
- Make a commit with one or more new pieces of content.
- Submit a pull request.