mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-02-02 17:40:26 +01:00
Merge pull request #3086 from lwm/maybe-have-template
Proposal: add NBs to a pull request template.
This commit is contained in:
commit
7a7edc23d3
5
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
5
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
Checklist:
|
||||||
|
- [ ] Meaningful commit message.
|
||||||
|
- [ ] Some time passed since Hackage upload.
|
||||||
|
- [ ] Tested with Stackage Nightly.
|
||||||
|
---
|
||||||
@ -63,17 +63,6 @@ $ cabal test
|
|||||||
$ cabal haddock
|
$ 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
|
## Github and Notifications
|
||||||
|
|
||||||
Stackage uses Github notifications to reduce overhead of contacting individual
|
Stackage uses Github notifications to reduce overhead of contacting individual
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user