Add NBs to a pull request template.

This commit is contained in:
Luke Murphy 2017-12-09 18:30:27 +01:00
parent 0689024450
commit f9540819d5
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
2 changed files with 5 additions and 11 deletions

5
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View File

@ -0,0 +1,5 @@
Checklist:
- [ ] Meaningful commit message.
- [ ] Some time passed since Hackage upload.
- [ ] Tested with Stackage Nightly.
---

View File

@ -63,17 +63,6 @@ $ cabal test
$ cabal haddock
```
**NB** Please use commit messages like "add foo-bar" or "add johndev's packages"
(`build-constraints.yaml` is the most frequently changed file in this git repo
so commit messages like "update build-constraints.yaml" are not helpful).
**NB2** There can be a delay of up to an hour before package versions
newly uploaded to Hackage appear to our build server. If you just
uploaded a package to Hackage that you're trying to get included, we
recommend waiting an hour before opening the PR. You can verify this
by making sure the latest version is listed at
https://github.com/commercialhaskell/all-cabal-metadata/tree/master/packages/.
## Github and Notifications
Stackage uses Github notifications to reduce overhead of contacting individual