diff options
author | Domen Kožar <domen@dev.si> | 2020-04-30 15:01:23 +0200 |
---|---|---|
committer | Domen Kožar <domen@dev.si> | 2020-04-30 15:01:23 +0200 |
commit | 625868b33dab37c0750081843be8091e22808376 (patch) | |
tree | 490ac62a099f2ef466954af2e9f30c6030651040 /.github/ISSUE_TEMPLATE | |
parent | a15f918cbac51dee2e82b4cb0535e7ae5f4ff587 (diff) |
Update issue templates
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 5c9e1d9cc..e6d346bc1 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -8,19 +8,25 @@ assignees: '' --- **Describe the bug** + A clear and concise description of what the bug is. +If you have a problem with a specific package or NixOS, +you probably want to file an issue at https://github.com/NixOS/nixpkgs/issues. + **Steps To Reproduce** -Steps to reproduce the behavior: + 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. See error **Expected behavior** + A clear and concise description of what you expected to happen. -**`nix-env --version` output: ** +**`nix-env --version` output** **Additional context** + Add any other context about the problem here. |