From 379773671e481acf71dcfdc760c81c65da6ba25c Mon Sep 17 00:00:00 2001 From: matthewcroughan Date: Thu, 27 Oct 2022 13:25:13 +0100 Subject: [PATCH] .github/PULL_REQUEST_TEMPLATE.md: init --- .github/PULL_REQUEST_TEMPLATE.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..bf8c6df --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,11 @@ +###### Description of changes + + +###### Things done + + + +- [ ] Tested the changes in your own NixOS Configuration +- [ ] Tested the changes end-to-end by using your fork of `nixos-hardware` and + importing it via `` or Flake input +