diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..cb2ff2e9 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,41 @@ + + + + + +## Description + + + + + + + + + + + +## Contributor Checklist + +- [ ] Commit messages follow the project guidelines. +- [ ] Tests that thoroughly check the new feature have been added/Regression tests checking the bug and its fix have been added; the added tests pass locally +- [ ] Changes are API compatible. +- [ ] Applicable backports have been included in the description. + +## Reviewer Checklist + +- [ ] The PR has a milestone assigned. +- [ ] The title and description correctly express the PR's purpose. +- [ ] Check contributor checklist is correct. +- [ ] Check CI results: changes do not issue any warning. +- [ ] Check CI results: failing tests are unrelated with the changes.