summary refs log tree commit diff
path: root/.github/ISSUE_TEMPLATE.md
diff options
context:
space:
mode:
authorzimbatm <zimbatm@zimbatm.com>2019-07-22 09:04:00 +0000
committerGitHub <noreply@github.com>2019-07-22 09:04:00 +0000
commit5cece63aad54a521189cb52dc3fe976a4e15bf15 (patch)
tree0550576c646f1b0bee0e521f4226fd531b4cb00b /.github/ISSUE_TEMPLATE.md
parent1e06e1d2b8077d8089e0364db681e44949089213 (diff)
downloadnixpkgs-5cece63aad54a521189cb52dc3fe976a4e15bf15.tar
nixpkgs-5cece63aad54a521189cb52dc3fe976a4e15bf15.tar.gz
nixpkgs-5cece63aad54a521189cb52dc3fe976a4e15bf15.tar.bz2
nixpkgs-5cece63aad54a521189cb52dc3fe976a4e15bf15.tar.lz
nixpkgs-5cece63aad54a521189cb52dc3fe976a4e15bf15.tar.xz
nixpkgs-5cece63aad54a521189cb52dc3fe976a4e15bf15.tar.zst
nixpkgs-5cece63aad54a521189cb52dc3fe976a4e15bf15.zip
github: use the new issue template (#64983)
Create new categories for the issues:

* Bug report
* Packaging request
* Security

Add metadata information to the issues so that we may match issues to
maintainers using a bot in the future.

The old `.github/ISSUE_TEMPLATE.md` is being used by the "Open a regular
issue." link.
Diffstat (limited to '.github/ISSUE_TEMPLATE.md')
-rw-r--r--.github/ISSUE_TEMPLATE.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
index 466d8d2c359..d7463385ae5 100644
--- a/.github/ISSUE_TEMPLATE.md
+++ b/.github/ISSUE_TEMPLATE.md
@@ -8,5 +8,4 @@
 
 ## Technical details
 
-Please run `nix-shell -p nix-info --run "nix-info -m"` and paste the
-results.
+Please run `nix run nixpkgs.nix-info -c nix-info -m` and paste the result.