From e5530dd9c7d6df7f8b0a11f73fd5edc8ec515ec2 Mon Sep 17 00:00:00 2001 From: James Titcumb Date: Wed, 19 Aug 2026 20:09:38 +0100 Subject: [PATCH] Add PR checklist doc --- docs/pie-maintainers-handbook.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/docs/pie-maintainers-handbook.md b/docs/pie-maintainers-handbook.md index 7123ec3d..7df07bc6 100644 --- a/docs/pie-maintainers-handbook.md +++ b/docs/pie-maintainers-handbook.md @@ -33,6 +33,23 @@ may be duplicating work already in progress. > We try to stay on top of issues already being worked on with the `maintainer investigating` purple label. If you see > this on an issue, it is very likely we are already looking into this. +### PR Checklist + +> [!CAUTION] +> Completing the PR checklist is mandatory for all contributions. +> +> ```markdown +> ## PR submitter checklist +> +> - [ ] I have read [CONTRIBUTING.md](https://github.com/php/pie/blob/HEAD/CONTRIBUTING.md) +> - [ ] I discussed this with the maintainers in # (complete as appropriate) +> - [ ] I have added appropriate tests +> - [ ] I confirm that I have the right to submit this under the project's open source licence +> ``` + +This is to state that you have understood this contributing guide, and critically, that you have the right to submit +the work under the project's open source licence; that is to say, it is your own original work. + ## Branching strategy Since 1.3.0, we operate a branch per minor release, with an `x` for the patch