aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJakob Gillich <jakob@gillich.me>2016-03-31 16:14:54 +0200
committerJakob Gillich <jakob@gillich.me>2016-03-31 16:14:54 +0200
commit0d091ffd4abb6c7f5fea060e41e8b7d91c4a7b8d (patch)
tree4ec72442cd16ea1328996858dcc3f9ea9d356a9d /.github
parentfc1e886f1b97d5eebd267a6bf7af2205a889b381 (diff)
simplify ISSUE_TEMPLATE
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE.md16
1 files changed, 6 insertions, 10 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
index 327959fe7a3..5d99147051f 100644
--- a/.github/ISSUE_TEMPLATE.md
+++ b/.github/ISSUE_TEMPLATE.md
@@ -1,17 +1,13 @@
-## Basic info
+## Issue description
-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`)
-* Nixpkgs version: (run `nix-instantiate --eval '<nixpkgs>' -A lib.nixpkgsVersion`)
-## Describe your issue here
+### Steps to reproduce
-### Expected result
-### Actual result
-### Steps to reproduce
+## Technical details
+* System: (NixOS: `nixos-version`, Ubuntu/Fedora: `lsb_release -a`, ...)
+* Nix version: (run `nix-env --version`)
+* Nixpkgs version: (run `nix-instantiate --eval '<nixpkgs>' -A lib.nixpkgsVersion`)