mirror of
https://github.com/hak5/nano-tetra-modules.git
synced 2025-10-29 16:58:09 +00:00
Merge pull request #22 from catatonicprime/patch-1
Create CONTRIBUTING.md
This commit is contained in:
11
CONTRIBUTING.md
Normal file
11
CONTRIBUTING.md
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
Contributing
|
||||||
|
============
|
||||||
|
|
||||||
|
To ease code reviews please follow the [PSR-1](https://www.php-fig.org/psr/psr-1/) and
|
||||||
|
[PSR-2](https://www.php-fig.org/psr/psr-2/). Take a few minutes to actually read them,
|
||||||
|
they're not all that bad. To jump right in use the [PHP-CS-Fixer
|
||||||
|
tool](http://cs.sensiolabs.org/). Or install PHP_CodeSniffer and use it like so:
|
||||||
|
|
||||||
|
`apt install php-codesniffer`
|
||||||
|
|
||||||
|
`phpcs --standard=PSR2 your_file.php`
|
||||||
Reference in New Issue
Block a user