From 2e7235ebf2ade66d39c6f17958618ca73ad99a59 Mon Sep 17 00:00:00 2001 From: Fabi Date: Fri, 9 Aug 2024 15:41:40 +0200 Subject: [PATCH] fix: change pr template to not link to existing issues and prs (#8412) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # Which Problems Are Solved In the PR template we have added some ideas about additional context, but we link to existing prs and issues as an example. So everytime someone doesn't change the description when creating the issue, its a mention to that issue or pr. # How the Problems Are Solved replace with non existing values ![Uploading image.png…]() --- .github/pull_request_template.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 25969473d2..265902feff 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -21,7 +21,7 @@ For example: Replace this example with links to related issues, discussions, discord threads, or other sources with more context. Use the Closing #issue syntax for issues that are resolved with this PR. -- Closes #123 -- Discussion #456 -- Follow-up for PR #789 -- https://discord.com/channels/123/456 \ No newline at end of file +- Closes #xxx +- Discussion #xxx +- Follow-up for PR #xxx +- https://discord.com/channels/xxx/xxx