Add CONTRIBUTING.md
parent
94753bc3d8
commit
f78e8c50bf
@ -0,0 +1,10 @@
|
||||
# Contributing
|
||||
|
||||
## Code style
|
||||
|
||||
* Make sure your code follows the [PSR-12](https://www.php-fig.org/psr/psr-12/) code style.
|
||||
You may use `composer run phpcs` to verify that.
|
||||
* Use `use` statements wherever possible instead of writing the fully qualified name.
|
||||
* Order the composer/npm dependencies alphabetically.
|
||||
* Do not use code from the [includes](./includes) directory anywhere else.
|
||||
* If possible cover your code by test cases.
|
Loading…
Reference in New Issue