summary refs log tree commit diff
path: root/.github
diff options
context:
space:
mode:
authorzimbatm <zimbatm@zimbatm.com>2016-02-22 22:46:01 +0000
committerzimbatm <zimbatm@zimbatm.com>2016-02-23 12:09:41 +0000
commit4ba3c96431727d2c3a1a3a2783e35241ebd6b78b (patch)
treec69aa2b70a8b9a314fd95f53d39cf9d747f5d53b /.github
parent06546b0ec19cab6f2b47c693ab6ff7c72ff41732 (diff)
downloadnixlib-4ba3c96431727d2c3a1a3a2783e35241ebd6b78b.tar
nixlib-4ba3c96431727d2c3a1a3a2783e35241ebd6b78b.tar.gz
nixlib-4ba3c96431727d2c3a1a3a2783e35241ebd6b78b.tar.bz2
nixlib-4ba3c96431727d2c3a1a3a2783e35241ebd6b78b.tar.lz
nixlib-4ba3c96431727d2c3a1a3a2783e35241ebd6b78b.tar.xz
nixlib-4ba3c96431727d2c3a1a3a2783e35241ebd6b78b.tar.zst
nixlib-4ba3c96431727d2c3a1a3a2783e35241ebd6b78b.zip
.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.
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
new file mode 100644
index 000000000000..57439ddd4d35
--- /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 '<nixpkgs>' -A lib.nixpkgsVersion`)
+
+## Describe your issue here
+
+### Expected result
+
+### Actual result
+
+### Steps to reproduce
+