Skip to content

Commit 6eba54c

Browse files
committed
Update PR template
Stress an API change is enough to warrant a `changelog.d` entry. Check haskell#9856 to see why we need it.
1 parent bccc59f commit 6eba54c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/pull_request_template.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Please read [Github PR Conventions](https://github.com/haskell/cabal/blob/master
22

33
---
44

5-
**Template Α: This PR modifies `cabal` behaviour**
5+
**Template Α: This PR modifies `cabal` behaviour *or* the API of any `cabal` package**
66

77
Include the following checklist in your PR:
88

@@ -14,10 +14,11 @@ Include the following checklist in your PR:
1414

1515
---
1616

17-
**Template Β: This PR does not modify `cabal` behaviour (documentation, tests, refactoring, etc.)**
17+
**Template Β: This PR does not modify `cabal` behaviour or the API of any `cabal` package**
18+
19+
*E.g. the PR only touches documentation or tests, does refactorings, etc.*
1820

1921
Include the following checklist in your PR:
2022

2123
* [ ] Patches conform to the [coding conventions](https://github.com/haskell/cabal/blob/master/CONTRIBUTING.md#other-conventions).
2224
* [ ] Is this a PR that fixes CI? If so, it will need to be backported to older cabal release branches (ask maintainers for directions).
23-

0 commit comments

Comments
 (0)