1
0
mirror of https://github.com/p2r3/bareiron.git synced 2025-10-01 23:25:09 +02:00

mention testing in contribution guidelines

This commit is contained in:
p2r3
2025-09-12 19:39:33 +03:00
committed by GitHub
parent eef1020ad8
commit dabb202c13

View File

@@ -41,3 +41,4 @@ Alternatively, if you can't set up a file system, you can dump and upload world
## Contribution
- Create issues and discuss with the maintainer(s) before making pull requests.
- Follow the existing code style. Ensure that your changes fit in with the surrounding code, even if you disagree with the style. Pull requests with inconsistent style will be nitpicked.
- Test your code before creating a pull request or requesting a review, regardless of how "simple" your change is. It's a basic form of respect towards the maintainer and reviewer.