diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000000..4ff0b1fa08 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,7 @@ +**The PR fulfills these requirements:** (check all the apply) + +- [ ] It's submitted to the `main` branch. +- [ ] When resolving a specific issue, it's referenced in the PR's title (e.g. `feat: Add a button #xxx`, where "xxx" is the issue number). +- [ ] When resolving a specific issue, the PR description includes `Closes #xxx`, where "xxx" is the issue number. +- [ ] If changes were made to `ui` folder, unit tests (`make test`) still pass. +- [ ] New/updated tests are included