aboutsummaryrefslogtreecommitdiff
path: root/.github/PULL_REQUEST_TEMPLATE.md
diff options
context:
space:
mode:
authorDomen Kožar <domen@dev.si>2016-02-28 09:26:21 +0000
committerDomen Kožar <domen@dev.si>2016-02-28 09:26:28 +0000
commit2af46e43935c735efb65b51c67edead62dae44ec (patch)
tree64303456a04d3fb3f4aeda3642f1572bad9da270 /.github/PULL_REQUEST_TEMPLATE.md
parentf8516a0717569f496653821d5fa286da59854550 (diff)
PULL_REQUEST_TEMPLATE: fix issues raised in 3c84ae406
Diffstat (limited to '.github/PULL_REQUEST_TEMPLATE.md')
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 64904c2908ba..6ef9a4d21e8d 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -1,6 +1,7 @@
###### 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)
-- [ ] 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 execution of all binary files (usually in `./result/bin/`)
- [ ] 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._