We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7710f64 commit 72e5e50Copy full SHA for 72e5e50
CONTRIBUTING.md
@@ -0,0 +1,10 @@
1
+# Contributing Guidelines
2
+
3
+* Fork the project.
4
+* Make your feature addition or bug fix.
5
+* Add tests for it. This is important so I don't break it in a future version unintentionally.
6
+* Commit just the modifications, do not mess with the composer.json or CHANGELOG.md files.
7
+* Ensure your code is nicely formatted in the [PSR-2](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md)
8
+ style and that all tests pass.
9
+* Send the pull request.
10
+* Check that the Travis CI build passed. If not, rinse and repeat.
0 commit comments