From d2a44e5b9f868db68e9588b32f8514867a744b96 Mon Sep 17 00:00:00 2001 From: Jonathan Barrow Date: Thu, 30 May 2024 10:43:59 -0400 Subject: [PATCH] chore: updated approved issues link/comment in pull request template --- .github/PULL_REQUEST_TEMPLATE.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 03f8e8f..9f22fee 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -2,6 +2,9 @@ * Before making a pull request, ensure the changes are for an approved issue. * If your changes are not for an approved issue, your pull request can and will be rejected. +* +* CHECK https://github.com/PretendoNetwork/Pretendo/REPO_NAME/issues?q=is%3Aopen+is%3Aissue+label%3Aapproved +* FOR APPROVED ISSUES! --> @@ -21,5 +24,5 @@ Resolves #XXX - [ ] I have read and agreed to the [Code of Conduct](https://github.com/PretendoNetwork/Pretendo/blob/master/.github/CODE_OF_CONDUCT.md). - [ ] I have read and complied with the [contributing guidelines](https://github.com/PretendoNetwork/Pretendo/blob/master/.github/CONTRIBUTING.md). -- [ ] What I'm implementing was an [approved issue](https://github.com/PretendoNetwork/Pretendo/issues?q=is%3Aopen+is%3Aissue+label%3Aapproved). +- [ ] What I'm implementing was an [approved issue](../issues?q=is%3Aopen+is%3Aissue+label%3Aapproved). - [ ] I have tested all of my changes. \ No newline at end of file