Add CONTRIBUTING.md

For now just a mention of the non-standard coding style.
This commit is contained in:
Nikita Popov 2022-08-29 21:58:08 +02:00
parent 3c3bcd3125
commit 09c6048df1
2 changed files with 5 additions and 0 deletions

1
.gitattributes vendored
View File

@ -6,5 +6,6 @@
.gitattributes export-ignore
.gitignore export-ignore
CHANGELOG.md export-ignore
CONTRIBUTING.md export-ignore
phpunit.xml.dist export-ignore
UPGRADE-*.md export-ignore

4
CONTRIBUTING.md Normal file
View File

@ -0,0 +1,4 @@
## Coding Style
This project uses PSR-12 with consistent brace placement. This means that the opening brace is
always on the same line, even for class and method declarations.