From 71f483a695c1ae30026b440f5280423b6d027aef Mon Sep 17 00:00:00 2001 From: Jean-Michel <59661788+Jeanmichel7@users.noreply.github.com> Date: Mon, 28 Oct 2024 05:51:05 +0100 Subject: [PATCH] Auto del issue once resolved (#269) It will automatically delete an issue if the PR is resolved. --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 902a2cce..f2bb551d 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,6 +1,6 @@ -- [ ] issue # +- [ ] resolves # - [ ] follows contribution [guide](https://github.com/keep-starknet-strange/shinigami/blob/main/CONTRIBUTING.md) - [ ] code change includes tests