aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMaxime Dénès <mail@maximedenes.fr>2017-10-09 12:47:59 +0200
committerMaxime Dénès <mail@maximedenes.fr>2017-10-09 12:53:09 +0200
commit9ca1b5668357a26ca297f2cb8179adc183ae6e0e (patch)
tree7b12862a93cc9a9b527b5f3e1bb72445199ddf1e /.github
parent28cd0f240a0fc73e579899adb9a6296adf3bd761 (diff)
pr template: make values of platform field less ambiguous
Diffstat (limited to '.github')
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 280c9807e58..75db8e1377c 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -9,7 +9,7 @@
- Built on platform(s)
- [ ] NixOS
- [ ] macOS
- - [ ] Linux
+ - [ ] other Linux distributions
- [ ] Tested via one or more NixOS test(s) if existing and applicable for the change (look inside [nixos/tests](https://github.com/NixOS/nixpkgs/blob/master/nixos/tests))
- [ ] 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/`)