We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 049ef6a commit 0a01ee6Copy full SHA for 0a01ee6
CONTRIBUTING.md
@@ -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