From dabb202c130df4d3b340aec043b86bde6d5ac6ac Mon Sep 17 00:00:00 2001 From: p2r3 <41925384+p2r3@users.noreply.github.com> Date: Fri, 12 Sep 2025 19:39:33 +0300 Subject: [PATCH] mention testing in contribution guidelines --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 84b432f..3832fd1 100644 --- a/README.md +++ b/README.md @@ -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.