mirror of
https://github.com/billz/raspap-webgui.git
synced 2025-03-01 10:31:47 +00:00
1.5 KiB
1.5 KiB
How to contribute
Everyone is invited and welcome to contribute to RaspAP. There's a lot to do — if you're not a developer perhaps you'd like to help with the documentation on docs.raspap.com? If you're a devloper, the process of contributing code is straightforward.
- Fork the project in your account and create a new branch:
your-great-feature
. - Open an issue in the repository describing the feature contribution you'd like to make. This will help us get you started on the right foot.
- Commit changes in your feature branch.
- Open a pull request and reference the initial issue in the pull request message.
Coding standards
This project follows the PSR-2 coding style guidelines. There are many ways to check your code for PSR-2. An excellent tool is PHP_CodeSniffer. The command line tool phpcs can be run against any single file. Phing, a PHP build tool, integrates nicely with phpcs
to automate PSR-2 checks across all source files in a project.
RaspAP community
RaspAP is made possible by a strong community of developers. If you have any questions or would like to get involved in RaspAP's community, check out these resources: