Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 860 Bytes

CONTRIBUTING.md

File metadata and controls

24 lines (14 loc) · 860 Bytes

How to Contribute

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.

Getting Started

  • 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"

Making Changes

  • 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.