Skip to content

Commit

Permalink
Update PR template
Browse files Browse the repository at this point in the history
Stress an API change is enough to warrant a `changelog.d` entry.
Check haskell#9856 to see why we need it.
  • Loading branch information
ffaf1 committed Apr 27, 2024
1 parent bccc59f commit 9735414
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `cabal` behaviour *or* the API of any `cabal` package**

Include the following checklist in your PR:

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

---

**Template Β: This PR does not modify `cabal` behaviour (documentation, tests, refactoring, etc.)**
**Template Β: This PR does not modify `cabal` behaviour or the API of any `cabal` package**

*(e.g.: documentation, tests, refactoring, 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).

0 comments on commit 9735414

Please sign in to comment.