summary refs log tree commit diff
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)
downloadnixlib-9ca1b5668357a26ca297f2cb8179adc183ae6e0e.tar
nixlib-9ca1b5668357a26ca297f2cb8179adc183ae6e0e.tar.gz
nixlib-9ca1b5668357a26ca297f2cb8179adc183ae6e0e.tar.bz2
nixlib-9ca1b5668357a26ca297f2cb8179adc183ae6e0e.tar.lz
nixlib-9ca1b5668357a26ca297f2cb8179adc183ae6e0e.tar.xz
nixlib-9ca1b5668357a26ca297f2cb8179adc183ae6e0e.tar.zst
nixlib-9ca1b5668357a26ca297f2cb8179adc183ae6e0e.zip
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 280c9807e589..75db8e1377c4 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/`)