mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-02-06 19:37:29 +01:00
Merge pull request #3223 from dylex/pedantic
PR template: fix typo of "successfully"
This commit is contained in:
commit
fcc6fc5e26
2
.github/PULL_REQUEST_TEMPLATE.md
vendored
2
.github/PULL_REQUEST_TEMPLATE.md
vendored
@ -1,7 +1,7 @@
|
|||||||
Checklist:
|
Checklist:
|
||||||
- [ ] Meaningful commit message - please not `Update build-constraints.yml`
|
- [ ] Meaningful commit message - please not `Update build-constraints.yml`
|
||||||
- [ ] Some time passed since Hackage upload
|
- [ ] Some time passed since Hackage upload
|
||||||
- [ ] On your own machine, in a new directory, you have succesfully 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):
|
- [ ] 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
|
stack unpack $package
|
||||||
cd $package-$version
|
cd $package-$version
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user