8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 364e905 commit 552945fCopy full SHA for 552945f
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