3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #13383 from zimbatm/issue-template

.github/ISSUE_TEMPLATE.md - get more information
This commit is contained in:
Domen Kožar 2016-02-23 13:52:42 +00:00
commit 3365917ddf

17
.github/ISSUE_TEMPLATE.md vendored Normal file
View file

@ -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