mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-22 07:30:23 +00:00
Update README.md
This commit is contained in:
parent
bb97cd4b87
commit
b9f9aaa51d
1 changed files with 4 additions and 0 deletions
|
@ -22,6 +22,7 @@ We'd be curious to hear about how you use this with your own RPi-powered project
|
|||
- [Multilingual support](#multilingual-support)
|
||||
- [Optional services](#optional-services)
|
||||
- [How to contribute](#how-to-contribute)
|
||||
- [Reporting issues](#reporting-issues)
|
||||
- [License](#license)
|
||||
|
||||
## Prerequisites
|
||||
|
@ -191,6 +192,9 @@ Please note that these are only UI's for now. If there's enough interest I'll co
|
|||
|
||||
This project follows the [PSR-2](http://www.php-fig.org/psr/psr-2/) coding style guidelines. There are many ways to check your code for PSR-2. An excellent tool is [PHP_CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer). The command line tool `phpcs` can be run against any single file. [Phing](https://www.phing.info/), a PHP build tool, integrates nicely with `phpcs` to automate PSR-2 checks across all source files in a project.
|
||||
|
||||
## Reporting issues
|
||||
Please [read this](https://github.com/billz/raspap-webgui/wiki/Reporting-issues) before reporting a bug.
|
||||
|
||||
## License
|
||||
See the [LICENSE](./LICENSE) file.
|
||||
|
||||
|
|
Loading…
Reference in a new issue