diff options
author | Valentin Gagarin <valentin.gagarin@tweag.io> | 2022-12-07 10:00:27 +0100 |
---|---|---|
committer | Valentin Gagarin <valentin.gagarin@tweag.io> | 2022-12-07 10:00:27 +0100 |
commit | e5a2af2832d285f221ea021db3a55257db6e8dfe (patch) | |
tree | b5a9905be69a37562f8dc574bdc27fcc450cd292 /.github/ISSUE_TEMPLATE | |
parent | bfcf30f0abdfd1df4364919f203d04ff08d7314c (diff) |
add template for installer issues
since the installer prompts users to file issues, labelling them
automatically should reduce triaging effort significantly.
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r-- | .github/ISSUE_TEMPLATE/installer.md | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/installer.md b/.github/ISSUE_TEMPLATE/installer.md new file mode 100644 index 000000000..3768a49c9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/installer.md @@ -0,0 +1,36 @@ +--- +name: Installer issue +about: Report problems with installation +title: '' +labels: installer +assignees: '' + +--- + +## Platform + +<!-- select the platform on which you tried to install Nix --> + +- [ ] Linux: <!-- state your distribution, e.g. Arch Linux, Ubuntu, ... --> +- [ ] macOS +- [ ] WSL + +## Additional information + +<!-- state special circumstances on your system or additional steps you have taken prior to installation --> + +## Output + +<details><summary>Output</summary> + +```log + +<!-- paste console output here and remove this comment --> + +``` + +</details> + +## Priorities + +Add :+1: to [issues you find important](https://github.com/NixOS/nix/issues?q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc). |