aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorTom Bereknyei <tomberek@gmail.com>2021-12-09 14:27:05 -0500
committerTom Bereknyei <tomberek@gmail.com>2021-12-09 14:31:34 -0500
commit5d64c33fa534773cbebfec3eee59d7b0ac74e59c (patch)
tree18d285528a829b1e8ea41d44aff7b2b7f517faf1 /.github
parent75654bacc571bf4c193599ecd68f7c94d63994e7 (diff)
add pull_request_template.md
Diffstat (limited to '.github')
-rw-r--r--.github/PULL_REQUEST_TEMPLATE/pull_request_template.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md
new file mode 100644
index 000000000..537aa0909
--- /dev/null
+++ b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md
@@ -0,0 +1,7 @@
+**Release Notes**
+Please include relevant [release notes](https://github.com/NixOS/nix/blob/master/doc/manual/src/release-notes/rl-next.md) as needed.
+
+
+**Testing**
+
+If this issue is a regression or something that should block release, please consider including a test either in the [testsuite](https://github.com/NixOS/nix/tree/master/tests) or as a [hydraJob]( https://github.com/NixOS/nix/blob/master/flake.nix#L396) so that it can be part of the [automatic checks](https://hydra.nixos.org/jobset/nix/master).