From 49943733ab789bd490d8b6070a446ef199b0b55e Mon Sep 17 00:00:00 2001 From: Eduardo Dantas Date: Sat, 1 Apr 2023 18:14:12 -0700 Subject: [PATCH] fix: improve "issue tag" in pull request template (#977) That way the issue will be marked automatically in the pull request. --- .github/PULL_REQUEST_TEMPLATE.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 47b19df7018..5890cad7bcb 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -12,9 +12,7 @@ Do this and that doesn't happens Do this and that happens -## Fixes - -\# (issue) +### Fixes #issuenumber ## Type of change