From 1fb1598938a9d99577a5ed6e41065fdf97e4f634 Mon Sep 17 00:00:00 2001 From: Martin Turoci Date: Tue, 27 Jun 2023 14:33:08 +0200 Subject: [PATCH] chore: Add a PR template. --- .github/pull_request_template.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/pull_request_template.md 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