diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..96a63739 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,6 @@ + +## PR Checklist + +- [ ] Pull request points to the `dev` branch. +- [ ] If it is a bugfix, the PR should have label `on-merge: backport-to-stable`. +- [ ] For new code features, the PR should have been tested (please include the results of the tests below or, when possible, add a new test for the feature).