diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2021-12-13 13:38:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-13 13:38:25 +0100 |
commit | 853771b589891f1ce1c1b510f5753482405ca3f4 (patch) | |
tree | b16c2db355e2125eaf0a55695e5c1e45d8ed408d | |
parent | 84497119ad95d5ed187aba92970f333765e71e51 (diff) | |
parent | 5d64c33fa534773cbebfec3eee59d7b0ac74e59c (diff) |
Merge pull request #5750 from tomberek/patch-1
Update bug_report.md
-rw-r--r-- | .github/PULL_REQUEST_TEMPLATE/pull_request_template.md | 7 |
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). |