File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
3855Since 1.3.0, we operate a branch per minor release, with an `x` for the patch
You can’t perform that action at this time.
0 commit comments