From 2d7cc6b9f436727feb06ae55ba6994b780bdcb97 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 15 Mar 2021 23:43:01 +0100 Subject: [PATCH] Try adding link in PR template --- .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 91956a5f..812e4574 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -3,7 +3,7 @@ Checklist: - [ ] At least 30 minutes have passed since uploading to Hackage - [ ] On your own machine, you have successfully run the following command (replace `$package` with the name of the package that is submitted, and `$version` with the version of the package you want to get into Stackage): - ./verify-package $package # or $package-$version + ./[verify-package](https://github.com/commercialhaskell/stackage/blob/master/verify-package) $package # or $package-$version The script runs virtually the following commands in a clean directory: