Skip to content

Instantly share code, notes, and snippets.

@gabrielgodoy-zz
Created January 11, 2017 02:47
Show Gist options
  • Save gabrielgodoy-zz/ea26c9d4312528280c75281c5c69310e to your computer and use it in GitHub Desktop.
Save gabrielgodoy-zz/ea26c9d4312528280c75281c5c69310e to your computer and use it in GitHub Desktop.
Contributing template

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -m 'Add some feature'
  4. Push to the branch: git push origin my-new-feature

Remember that we have a pre-push hook with steps that analyzes and prevents mistakes.

After your pull request is merged, you can safely delete your branch.

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