Skip to content

Commit a2150f5

Browse files
authored
Fixed design issues in PR template (#834)
Don't generate "mentions" on issue 123 from every PR.
1 parent 0f80611 commit a2150f5

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/pull_request_template.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,12 @@ these instructions.
2121
### Updating the changelog
2222

2323
If there are no entries after the last release, use `**UNRELEASED**` as the version.
24-
If, say, your patch fixes issue #123, the entry should look like this:
24+
If, say, your patch fixes issue <span>#</span>123, the entry should look like this:
2525

26-
`* Fix big bad boo-boo in task groups (#123
27-
<https://github.com/agronholm/anyio/issues/123>_; PR by @yourgithubaccount)`
26+
```
27+
- Fix big bad boo-boo in task groups
28+
(`#123 <https://github.com/agronholm/anyio/issues/123>`_; PR by @yourgithubaccount)
29+
```
2830

2931
If there's no issue linked, just link to your pull request instead by updating the
3032
changelog after you've created the PR.

0 commit comments

Comments
 (0)