docs(contributing): scope proof-of-testing to non-regular contributors

This commit is contained in:
Claude
2026-05-11 14:23:37 +00:00
parent 8ea7d1ee81
commit 8056eb899f
3 changed files with 18 additions and 15 deletions
+4 -3
View File
@@ -1,7 +1,7 @@
<!--
Thanks for contributing to Amethyst! Before opening this PR, please skim
CONTRIBUTING.md — especially the "Proof of testing" and "Interoperability
tests" sections if this is your first PR.
tests" sections if you are not a regular contributor to this repo.
Delete any section below that doesn't apply.
-->
@@ -20,8 +20,9 @@ For UI changes, attach screenshots (light + dark) or a short recording.
For Android: device model + Android version. For Desktop: OS + window size.
For build/packaging changes: paste the `./gradlew` command + tail of output.
If this is your FIRST PR to this repo, this section is required regardless
of how small the change is — see CONTRIBUTING.md § Proof of testing. -->
If you are NOT a regular contributor to this repo, this section is required
regardless of how small the change is — see CONTRIBUTING.md § Proof of
testing. -->
- [ ] Ran `./gradlew spotlessApply` — repo is formatted
- [ ] Ran `./gradlew test` (or the relevant module's tests)