Skip to content

Commit 0a01ee6

Browse files
committed
Add contribution guidelines
1 parent 049ef6a commit 0a01ee6

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CONTRIBUTING.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Contributing
2+
3+
1. Fork it
4+
2. Create your feature branch (`git checkout -b my-new-feature`)
5+
3. Add your tests
6+
4. Add your feature or bugfix
7+
5. Run the tests. We only accept pull requests with passing tests.
8+
6. Commit your changes (`git commit -am 'Add some feature'`)
9+
7. Make sure your changes adhere to the
10+
[thoughtbot Style Guide](https://github.com/thoughtbot/guides/tree/master/style)
11+
8. Push to the branch (`git push origin my-new-feature`)
12+
9. Create new Pull Request

0 commit comments

Comments
 (0)