From 0e1563af5d0226eff4bccfb21fd7de10c42465e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matija=20Ko=C5=BEelj?= Date: Fri, 16 Dec 2022 14:19:06 +0100 Subject: [PATCH] Change bug reference to issue reference in pull_request_template --- .gitea/pull_request_template.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.gitea/pull_request_template.md b/.gitea/pull_request_template.md index 1a31add..edbd256 100644 --- a/.gitea/pull_request_template.md +++ b/.gitea/pull_request_template.md @@ -6,7 +6,7 @@ Summary of the changes (Less than 80 chars) {Detail} -Fixes #{bug number} (in this specific format) +Addresses #{issue number} (in this specific format) ## Customer Impact @@ -27,11 +27,6 @@ Fixes #{bug number} (in this specific format) [Justify the selection above] -## Verification - -- [ ] Manual (required) -- [ ] Automated - ## Packaging changes reviewed? - [ ] Yes