add pull request template

This commit is contained in:
Louis Bettens 2021-08-24 10:32:32 +02:00
parent ae1327b928
commit 4503ee56d9

16
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View File

@ -0,0 +1,16 @@
###### Motivation for this change
###### Things done
<!-- Please check what applies. Note that these are not hard requirements, especially if they dont seem to be applicable. -->
- Built on platform(s)
- [ ] NixOS
- [ ] other Linux
- [ ] `nix flake check` succeeds
- [ ] Tested intended functionality manually
- [ ] Documented intended functionality
- [ ] Added checks for intended functionality
- [ ] Changed Nix files are formatted per `nixpkgs-fmt`
- [ ] Changed Bash files are formatted per `shfmt`