From 1ec9579db218b78a77557bbff822e020e81943c8 Mon Sep 17 00:00:00 2001 From: John Coffey Date: Tue, 15 Sep 2026 22:06:52 -0700 Subject: [PATCH] Add the pull request template CONTRIBUTING.md already refers to Step 7 of "Submitting Pull Requests" tells contributors to open the PR "filling out the PR template", and there has never been one. The four things it names -- summary, related issues, screenshots for UI changes, manual testing -- are the four sections here, plus translations, which step 8 asks for separately and which is the easiest of the five to forget: a missing catalog key renders its English source rather than failing, so nothing in CI or on screen says it was skipped. Also documents the CI approval gate on fork PRs, now that every outside contributor's run waits to be started by hand rather than only a first-time contributor's. Without a note, a contributor whose build check never appears reads it as an orphaned run and pushes again to shake it loose, which does nothing. --- .github/PULL_REQUEST_TEMPLATE.md | 43 ++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..8a60c81 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,43 @@ + + +## Summary + + + +## Related issues + + + +## Translations + + + +## Testing + + + +## Screenshots + +