From 4ba3c96431727d2c3a1a3a2783e35241ebd6b78b Mon Sep 17 00:00:00 2001 From: zimbatm Date: Mon, 22 Feb 2016 22:46:01 +0000 Subject: [PATCH] .github/ISSUE_TEMPLATE.md - get more information The goal is to get all the necessary information from the reporter upfront. Too many times the issues submits and we need to do a round of asking before we can get close to a solution. --- .github/ISSUE_TEMPLATE.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 00000000000..57439ddd4d3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,17 @@ +## Basic info + +To make sure that we are on the same page: + +* Kernel: (run `uname -a`) +* System: (NixOS: `nixos-version`, Ubuntu/Fedora: `lsb_release -a`, ...) +* Nix version: (run `nix-env --version`) +* Channel: (run `nix-instantiate --eval '' -A lib.nixpkgsVersion`) + +## Describe your issue here + +### Expected result + +### Actual result + +### Steps to reproduce +