From 8ea19197e8f7603ea975b309db1897919ba5a552 Mon Sep 17 00:00:00 2001 From: Francesco Ariis Date: Sat, 27 Apr 2024 15:55:08 +0200 Subject: [PATCH] Update PR template Stress an API change is enough to warrant a `changelog.d` entry. Check #9856 to see why we need it. --- .github/pull_request_template.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index b953e5fc9..098deef81 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -2,7 +2,7 @@ Please read [Github PR Conventions](https://github.com/haskell/cabal/blob/master --- -**Template Α: This PR modifies `cabal` behaviour** +**Template Α: This PR modifies [behaviour or interface](https://github.com/cabalism/cabal/blob/master/CONTRIBUTING.md#changelog)** Include the following checklist in your PR: @@ -14,10 +14,11 @@ Include the following checklist in your PR: --- -**Template Β: This PR does not modify `cabal` behaviour (documentation, tests, refactoring, etc.)** +**Template B: This PR does not modify behaviour or interface** + +*E.g. the PR only touches documentation or tests, does refactorings, etc.* Include the following checklist in your PR: * [ ] Patches conform to the [coding conventions](https://github.com/haskell/cabal/blob/master/CONTRIBUTING.md#other-conventions). * [ ] Is this a PR that fixes CI? If so, it will need to be backported to older cabal release branches (ask maintainers for directions). - -- 2.11.4.GIT