CONTRIBUTING.md: Add link to PSR-12

fixes #4038
This commit is contained in:
Johannes Meyer 2020-01-13 10:42:15 +01:00
parent a55ae6b1c4
commit 16a7cb77ac

View File

@ -278,7 +278,7 @@ Navigate to `Configuration - Modules` and enable the `doc` module. Open
This is only important for developers who will review pull requests. If you want to join This is only important for developers who will review pull requests. If you want to join
the development team, kindly contact us. the development team, kindly contact us.
- Ensure that the style guide applies. - Ensure that the [style guide](https://www.php-fig.org/psr/psr-12/) applies.
- Verify that the patch fixes a problem or linked issue, if any. - Verify that the patch fixes a problem or linked issue, if any.
- Discuss new features with team members. - Discuss new features with team members.
- Test the patch in your local dev environment. - Test the patch in your local dev environment.