From 2776a2b57389e3271c8a5b175f720a52fa1a47cd Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 16 Mar 2018 16:32:46 -0700 Subject: [PATCH] Specify 30 mins in PR template, closes #3386 --- .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 253ecd41..c1e16a2a 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,6 +1,6 @@ Checklist: - [ ] Meaningful commit message - please not `Update build-constraints.yml` -- [ ] Some time passed since Hackage upload +- [ ] At least 30 minutes have passed since Hackage upload - [ ] On your own machine, in a new directory, you have successfully run the following set of commands (replace `$package` with the name of the package that is submitted, `$version` is the version of the package you want to get into Stackage): stack unpack $package