diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..f653b6a7 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,32 @@ + + +## Description + + +## Motivation and Context + + + +## Types of changes + +- [ ] Bug fix (non-breaking change which fixes an issue) +- [ ] New feature (non-breaking change which adds functionality) +- [ ] Breaking change (fix or feature that would cause existing functionality to change) + +## Checklist: + + +- [ ] I have checked that there aren't other open Pull Requests for the same update/change. +- [ ] My code follows the code style of this project. +- [ ] I have performed a self-review of my own code. +- [ ] I have commented my code, particularly in hard-to-understand areas. +- [ ] \(Optional) My change requires a change to the documentation. +- [ ] \(Optional) I have updated the documentation accordingly. +- [ ] \(Optional) My change requires a change to the translations. +- [ ] \(Optional) I have updated the translations accordingly. +- [ ] `composer cs:check` has passed locally. +- [ ] `composer lint:php` has passed locally. +- [ ] I have read the **CONTRIBUTING** document. + +## Further comments +