summary refs log tree commit diff
path: root/.github/PULL_REQUEST_TEMPLATE.md
diff options
context:
space:
mode:
authorArseniy Seroka <ars.seroka@gmail.com>2016-02-18 19:26:17 +0300
committerArseniy Seroka <ars.seroka@gmail.com>2016-02-22 13:45:56 +0300
commitac9ab2c3f5d3bfb22c86945293e82ffca324ee23 (patch)
tree15ec664d6073bf662efea60fb21d3c9873bc947f /.github/PULL_REQUEST_TEMPLATE.md
parent278663bb77ff957b0bcb403d8b11fc1270f4ecc2 (diff)
downloadnixpkgs-ac9ab2c3f5d3bfb22c86945293e82ffca324ee23.tar
nixpkgs-ac9ab2c3f5d3bfb22c86945293e82ffca324ee23.tar.gz
nixpkgs-ac9ab2c3f5d3bfb22c86945293e82ffca324ee23.tar.bz2
nixpkgs-ac9ab2c3f5d3bfb22c86945293e82ffca324ee23.tar.lz
nixpkgs-ac9ab2c3f5d3bfb22c86945293e82ffca324ee23.tar.xz
nixpkgs-ac9ab2c3f5d3bfb22c86945293e82ffca324ee23.tar.zst
nixpkgs-ac9ab2c3f5d3bfb22c86945293e82ffca324ee23.zip
PULL_REQUEST_TEMPLATE: init
Diffstat (limited to '.github/PULL_REQUEST_TEMPLATE.md')
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
new file mode 100644
index 00000000000..787524c7575
--- /dev/null
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,15 @@
+###### Things done:
+- [ ] Tested via `nix.useChroot`.
+- [ ] Built on platform(s): .
+- [ ] Tested compilation of all pkgs that depend on this change.
+- [ ] Tested execution of binary products.
+- [ ] Fits [CONTRIBUTING.md](https://github.com/NixOS/nixpkgs/blob/master/.github/CONTRIBUTING.md).
+
+###### Extra
+Fixes # .
+
+cc @ .
+
+---
+
+_Please note, that points are not mandatory._