Skip to content

Commit

Permalink
Merge pull request #138 from cvent/bm-add-contributing-doc
Browse files Browse the repository at this point in the history
Add contributing documentation for supermarket
  • Loading branch information
brentm5 committed Mar 6, 2018
2 parents eee2e43 + bb7450c commit bb11de3
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CONTRIBUTING.md
@@ -0,0 +1,11 @@
Contributing
============
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. [**Add tests!**](TESTING.md)
5. Push to the branch (`git push origin my-new-feature`)
6. Create new Pull Request

Contributions will only be accepted if they are fully tested as specified in [TESTING.md](TESTING.md)

0 comments on commit bb11de3

Please sign in to comment.