Skip to content

Commit a4a8317

Browse files
authored
Improve coding guidelines (#170)
1 parent 2951813 commit a4a8317

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

CONTRIBUTING.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ Due to time constraints, we are not always able to respond as quickly as we woul
1919

2020
## Coding Guidelines
2121

22-
This project follows [PSR-12 coding style guide](https://www.php-fig.org/psr/psr-12/).
22+
This package attempts to comply with [PSR-4] autoloader, [PSR-1] basic coding standard and [PSR-12] coding style guide.
23+
If you notice compliance oversights, please send a patch via pull request.
2324

2425
## PHPUnit tests
2526

@@ -31,4 +32,9 @@ $ vendor/bin/phpunit
3132

3233
## Reporting issues
3334

34-
- [General problems](https://github.com/cybercog/laravel-love/issues)
35+
- [General problems]
36+
37+
[PSR-1]: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-1-basic-coding-standard.md
38+
[PSR-4]: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-4-autoloader.md
39+
[PSR-12]: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-12-extended-coding-style-guide.md
40+
[General problems]: https://github.com/cybercog/laravel-love/issues

0 commit comments

Comments
 (0)