about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDomen Kožar <domen@dev.si>2016-03-16 10:34:47 +0000
committerDomen Kožar <domen@dev.si>2016-03-16 10:34:47 +0000
commit2eab5e0ccb74e6d719aaaf4d06783580f330920d (patch)
tree7bb9c97d645815247f1435dba27ef1cc837d1f3f
parent9be0c7d46347f387b4f6f929aea1c4254f88e9f1 (diff)
parentd0b8080062405665157865c0213572a85411082b (diff)
downloadnixlib-2eab5e0ccb74e6d719aaaf4d06783580f330920d.tar
nixlib-2eab5e0ccb74e6d719aaaf4d06783580f330920d.tar.gz
nixlib-2eab5e0ccb74e6d719aaaf4d06783580f330920d.tar.bz2
nixlib-2eab5e0ccb74e6d719aaaf4d06783580f330920d.tar.lz
nixlib-2eab5e0ccb74e6d719aaaf4d06783580f330920d.tar.xz
nixlib-2eab5e0ccb74e6d719aaaf4d06783580f330920d.tar.zst
nixlib-2eab5e0ccb74e6d719aaaf4d06783580f330920d.zip
Merge pull request #13955 from nathan7/pull-request-os-checkboxes
.github/PULL_REQUEST_TEMPLATE.md: use individual checkboxes for tested OSes
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 6ef9a4d21e8d..aac1650ae7ae 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -1,7 +1,10 @@
 ###### 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
+   - [ ] OS X
+   - [ ] 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).