Skip to content

Commit bd2a6fb

Browse files
authored
CONTRIBUTING.md (#43)(fixes #34)
1 parent f5c7d15 commit bd2a6fb

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CONTRIBUTING.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)