Skip to content

Commit

Permalink
Fixed design issues in PR template (#834)
Browse files Browse the repository at this point in the history
Don't generate "mentions" on issue 123 from every PR.
  • Loading branch information
gschaffner authored Dec 5, 2024
1 parent 0f80611 commit a2150f5
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <span>#</span>123, the entry should look like this:

`* Fix big bad boo-boo in task groups (#123
<https://github.com/agronholm/anyio/issues/123>_; PR by @yourgithubaccount)`
```
- Fix big bad boo-boo in task groups
(`#123 <https://github.com/agronholm/anyio/issues/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.

0 comments on commit a2150f5

Please sign in to comment.