Skip to content

Commit e5530dd

Browse files
committed
Add PR checklist doc
1 parent 037076b commit e5530dd

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

docs/pie-maintainers-handbook.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,23 @@ may be duplicating work already in progress.
3333
> We try to stay on top of issues already being worked on with the `maintainer investigating` purple label. If you see
3434
> this on an issue, it is very likely we are already looking into this.
3535
36+
### PR Checklist
37+
38+
> [!CAUTION]
39+
> Completing the PR checklist is mandatory for all contributions.
40+
>
41+
> ```markdown
42+
> ## PR submitter checklist
43+
>
44+
> - [ ] I have read [CONTRIBUTING.md](https://github.com/php/pie/blob/HEAD/CONTRIBUTING.md)
45+
> - [ ] I discussed this <bug|feature> with the maintainers in #<issue_number> (complete as appropriate)
46+
> - [ ] I have added appropriate tests
47+
> - [ ] I confirm that I have the right to submit this under the project's open source licence
48+
> ```
49+
50+
This is to state that you have understood this contributing guide, and critically, that you have the right to submit
51+
the work under the project's open source licence; that is to say, it is your own original work.
52+
3653
## Branching strategy
3754
3855
Since 1.3.0, we operate a branch per minor release, with an `x` for the patch

0 commit comments

Comments
 (0)