From 3d6168d3c18d7b7b6a0eb65ff76b1d0981867cdf Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Mon, 11 Apr 2022 09:59:14 -0700 Subject: [PATCH] Update PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index b3a5999c..40f4c186 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,7 +1,7 @@ Checklist: - [ ] Meaningful commit message, eg `add my-cool-package` (please don't mention `build-constraints.yml`) - [ ] At least 30 minutes have passed since uploading to Hackage -- [ ] On your own machine, you have successfully run the following command (find verify-package in the root of this repo): +- [ ] (Optional, replaced by GitHub Action check) On your own machine, you have successfully run the following command (find verify-package in the root of this repo): ./verify-package $package # or $package-$version