summary refs log tree commit diff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-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._