PULL_REQUEST_TEMPLATE: fix issues raised in 3c84ae406
This commit is contained in:
parent
f8516a0717
commit
2af46e4393
|
@ -1,6 +1,7 @@
|
||||||
###### Things done:
|
###### Things done:
|
||||||
|
|
||||||
- [ ] 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)
|
- [ ] 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): NixOS + OSX + Linux
|
- [ ] Built on platform(s): NixOS / OSX / Linux
|
||||||
- [ ] Tested compilation of all pkgs that depend on this change using `nix-shell -p nox --run "nox-review wip"`
|
- [ ] Tested compilation of all pkgs that depend on this change using `nix-shell -p nox --run "nox-review wip"`
|
||||||
- [ ] Tested execution of all binary files (usually in `./result/bin/`)
|
- [ ] 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).
|
||||||
|
@ -14,4 +15,4 @@ cc @<maintainer>
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
_Please note, that points are not mandatory, but ._
|
_Please note, that points are not mandatory, but rather desired._
|
||||||
|
|
Loading…
Reference in New Issue