From 0f3785ed5743a97a6dd1d87d3688e32146e09115 Mon Sep 17 00:00:00 2001 From: Francesco Ariis Date: Wed, 31 Jan 2024 14:46:02 +0100 Subject: [PATCH] Add instruction for CI patches --- .github/pull_request_template.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 8b36d183025..ece837b4c21 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -19,4 +19,5 @@ Include the following checklist in your PR: 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 CI pull request? If so, it will need to be backported to older cabal release branches (currently: 3.10).