Skip to content

Commit feb2df4

Browse files
committed
README: add some contributing guidelines
1 parent f5ad3bb commit feb2df4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,11 @@ This repository is set up to automatically update the <https://schema.phpcodesni
1313
// Example for the XSD file for PHP_CodeSniffer 3.13.x:
1414
https://schema.phpcodesniffer.com/3.13/phpcs.xsd
1515
```
16+
17+
## Contributing
18+
19+
The script which generates the "website" is a combination between the code in `src` and a workflow in the `.github/workflows` folder.
20+
The `_site` directory is auto-generated by that script and should never be "manually" updated.
21+
22+
To contribute, fork this repo, create a new branch, make your changes and submit a pull request.
23+
Or open an issue to discuss the proposed change ahead of the PR.

0 commit comments

Comments
 (0)