From a2150f525ea96fa6c14f9a1adca5ee36b9b61992 Mon Sep 17 00:00:00 2001 From: Ganden Schaffner Date: Thu, 5 Dec 2024 12:55:50 +0000 Subject: [PATCH] Fixed design issues in PR template (#834) Don't generate "mentions" on issue 123 from every PR. --- .github/pull_request_template.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 98313ae8..0a6c3c0f 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -21,10 +21,12 @@ these instructions. ### Updating the changelog If there are no entries after the last release, use `**UNRELEASED**` as the version. -If, say, your patch fixes issue #123, the entry should look like this: +If, say, your patch fixes issue #123, the entry should look like this: -`* Fix big bad boo-boo in task groups (#123 -_; PR by @yourgithubaccount)` +``` +- Fix big bad boo-boo in task groups + (`#123 `_; PR by @yourgithubaccount) +``` If there's no issue linked, just link to your pull request instead by updating the changelog after you've created the PR.