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 f5c7d15 commit bd2a6fbCopy full SHA for bd2a6fb
CONTRIBUTING.md
@@ -0,0 +1,9 @@
1
+# Contributing to the project
2
+Thank you for you interest! Here are some key guidelines.
3
+
4
+## PSR
5
+We want to follow the latest actual [PSR](http://www.php-fig.org/psr/) standards.
6
7
+## Tests are documentation
8
+The use cases and library's API must be expressed in a form of tests. We use PHPUnit, but it does not mean all tests
9
+are expected to be unit tests. No logic must be written without a supporting test.
0 commit comments