From 1cbb929e863d02b4a25064be766f831ec3ae7114 Mon Sep 17 00:00:00 2001 From: kukkok3 <93382903+kukkok3@users.noreply.github.com> Date: Wed, 28 Feb 2024 11:09:05 +0100 Subject: [PATCH] fix: use #1 as example issue in pr template --- .github/pull_request_template.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index e09872c66cb..c1183071e2b 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -7,7 +7,7 @@ Please fill out this template to help us review your changes. List the issue numbers related to this pull request. -> e.g., Closes #123, Resolves #456 Fixes #367 +> e.g., Closes #1, Resolves #1 Fixes #1 ## Description of Changes @@ -25,7 +25,7 @@ If applicable, add screenshots to help explain your changes. If applicable, list any related pull requests. -> e.g., #123, #456 +> e.g., #1, #1 ## Please confirm the following checks