Meta: Add guidance on how to write reduced test cases

This commit is contained in:
sideshowbarker
2024-07-25 22:29:44 +09:00
committed by Andreas Kling
parent 2bf37cb914
commit 34583902dc
3 changed files with 95 additions and 1 deletions

View File

@@ -15,6 +15,7 @@ Join [our Discord server](https://discord.gg/nvfjVJ4Svh) to participate in devel
Please file any bugs you find, keeping the following in mind:
* One issue per bug. Putting multiple things in the same issue makes both discussion and completion unnecessarily complicated.
* Follow the [detailed issue-reporting guidelines](ISSUES.md).
* No build issues (or other support requests). If the GitHub Actions CI build succeeds, the build problem is most likely on your side. Work it out locally, or ask in the `#build-problems` channel on Discord.
* Don't comment on issues just to add a joke or irrelevant commentary. Hundreds of people get notified about comments so let's keep them relevant.