PULL_REQUEST_TEMPLATE.md: clarify a few things
This commit is contained in:
parent
762678d6af
commit
3c84ae406d
1 changed files with 10 additions and 8 deletions
18
.github/PULL_REQUEST_TEMPLATE.md
vendored
18
.github/PULL_REQUEST_TEMPLATE.md
vendored
|
@ -1,15 +1,17 @@
|
||||||
###### Things done:
|
###### Things done:
|
||||||
- [ ] Tested via `nix.useChroot`.
|
- [ ] Tested using sandboxing (`nix-build --option build-use-chroot true` or [nix.useChroot](http://nixos.org/nixos/manual/options.html#opt-nix.useChroot) on NixOS)
|
||||||
- [ ] Built on platform(s): .
|
- [ ] Built on platform(s): NixOS + OSX + Linux
|
||||||
- [ ] Tested compilation of all pkgs that depend on this change.
|
- [ ] Tested compilation of all pkgs that depend on this change using `nix-shell -p nox --run "nox-review wip"`
|
||||||
- [ ] Tested execution of binary products.
|
- [ ] Tested execution of all binary files (usually in `./result/bin/`)
|
||||||
- [ ] Fits [CONTRIBUTING.md](https://github.com/NixOS/nixpkgs/blob/master/.github/CONTRIBUTING.md).
|
- [ ] Fits [CONTRIBUTING.md](https://github.com/NixOS/nixpkgs/blob/master/.github/CONTRIBUTING.md).
|
||||||
|
|
||||||
###### Extra
|
###### More
|
||||||
Fixes # .
|
|
||||||
|
Fixes issue #<insert id>
|
||||||
|
|
||||||
|
cc @<maintainer>
|
||||||
|
|
||||||
cc @ .
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
_Please note, that points are not mandatory._
|
_Please note, that points are not mandatory, but ._
|
||||||
|
|
Loading…
Reference in a new issue