Skip to content

Instantly share code, notes, and snippets.

@dylanmei
Created September 19, 2012 17:30
Show Gist options
  • Save dylanmei/3750965 to your computer and use it in GitHub Desktop.
Save dylanmei/3750965 to your computer and use it in GitHub Desktop.
Getty Images CONTRIBUTING template

We love pull requests. Here's a quick guide:

  1. Fork the repo.
  2. Run the tests. We only take pull requests with passing tests, and it's great to know that you have a clean slate:
  3. Add a test for your change. Only refactoring and documentation changes require no new tests. If you are adding functionality or fixing a bug, we need a test!
  4. Make the test pass.
  5. Push to your fork and submit a pull request.

Syntax:

  • [what syntax or best practices will you be looking for to have the pull request excepted]

And in case we didn't emphasize it enough: we love tests!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment