diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2023-02-07 22:48:31 +0100 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2023-02-07 22:48:31 +0100 |
commit | 0a82d2ca491507f727d44a96f07d48934862da1b (patch) | |
tree | 66cb2195dc6afcd054470b5cdd8c48ed5b1d4043 /.github | |
parent | 1ba13b17db1d2ff4342b41cbd610b76060582335 (diff) |
Ask release notes for incompatible changes, not bug fixes
Diffstat (limited to '.github')
-rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 344f9405f..db69e51db 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -25,4 +25,4 @@ Maintainers: tick if completed or explain if not relevant - [ ] documentation in the manual - [ ] code and comments are self-explanatory - [ ] commit message explains why the change was made - - [ ] new feature or bug fix: updated release notes + - [ ] new feature or incompatible change: updated release notes |