From ac9ab2c3f5d3bfb22c86945293e82ffca324ee23 Mon Sep 17 00:00:00 2001 From: Arseniy Seroka Date: Thu, 18 Feb 2016 19:26:17 +0300 Subject: PULL_REQUEST_TEMPLATE: init --- .github/PULL_REQUEST_TEMPLATE.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md (limited to '.github/PULL_REQUEST_TEMPLATE.md') 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._ -- cgit 1.4.1