From ffdd341b4317fce3b1d03c89b7a1721b4bf8925d Mon Sep 17 00:00:00 2001 From: s1gr1d <32902192+s1gr1d@users.noreply.github.com> Date: Wed, 17 Dec 2025 11:37:40 +0100 Subject: [PATCH] chore(github): Add "Closes" to PR template --- .github/PULL_REQUEST_TEMPLATE.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 9bc1ed1baab0..56b269d20610 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -3,3 +3,6 @@ Before submitting a pull request, please take a look at our - [ ] If you've added code that should be tested, please add tests. - [ ] Ensure your code lints and the test suite passes (`yarn lint`) & (`yarn test`). +- [ ] Link an issue if there is one related to your pull request. If no issue is linked, one will be auto-generated and linked. + +Closes #issue_link_here