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 + + diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 783d893..7ee1545 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -58,6 +58,12 @@ check has passed — not afterwards — and the branch cannot be force-pushed or deleted. No approving review is required, so a PR of your own is not blocked waiting for one. +**CI on a PR from a fork waits to be approved.** Every workflow run on an +outside contributor's branch sits at *awaiting approval* until a maintainer +starts it by hand, so the **build** check will not appear the moment you open +the PR — that is the gate working, not a broken run. Pushing again will not +start it, and neither will closing and reopening. + ### Code Style - Match the existing formatting and naming conventions used elsewhere in the codebase.