issues: improve bug template
This commit is contained in:
parent
3fb0d80185
commit
4393d7e876
40
.github/ISSUE_TEMPLATE/bug_report.md
vendored
40
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -1,24 +1,38 @@
|
||||||
---
|
---
|
||||||
name: Bug report
|
name: Bug report
|
||||||
about: Create a report to help us improve
|
about: Create a report to help improve
|
||||||
title: ''
|
title: ''
|
||||||
labels: 'bug'
|
labels: 'bug'
|
||||||
assignees: ''
|
assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
**Describe the bug**
|
Your issue may already be reported!
|
||||||
A clear and concise description of what the bug is.
|
Please search on the [issue tracker](../) before creating one.
|
||||||
|
|
||||||
**To Reproduce**
|
## Expected Behavior
|
||||||
Steps to reproduce the behavior:
|
<!--- What should happen? -->
|
||||||
1. Go to '...'
|
<!--- How it should work? -->
|
||||||
2. Click on '....'
|
|
||||||
3. Scroll down to '....'
|
|
||||||
4. See error
|
|
||||||
|
|
||||||
**Expected behavior**
|
## Current Behavior
|
||||||
A clear and concise description of what you expected to happen.
|
<!--- What happens instead of the expected behavior? -->
|
||||||
|
|
||||||
**Additional context**
|
## Possible Solution
|
||||||
Add any other context about the problem here, such as a custom nixpkgs fork you're using.
|
<!--- Not obligatory, but suggest a fix/reason for the bug, -->
|
||||||
|
<!--- or ideas how to implement the addition or change -->
|
||||||
|
|
||||||
|
## Steps to Reproduce
|
||||||
|
<!--- An unambiguous set of steps to reproduce this bug. -->
|
||||||
|
<!--- Linked fork or gist if needed. -->
|
||||||
|
1.
|
||||||
|
2.
|
||||||
|
3.
|
||||||
|
4.
|
||||||
|
|
||||||
|
## Context
|
||||||
|
<!--- How has this issue affected you? What are you trying to accomplish? -->
|
||||||
|
<!--- Providing context helps us come up with a solution that is most useful in the real world. -->
|
||||||
|
|
||||||
|
## Your Environment
|
||||||
|
<!--- Include relevant details about the environment you experienced the bug in. -->
|
||||||
|
<!--- If you have run `flk update`, for example, post the flake.lock file. -->
|
||||||
|
|
Loading…
Reference in a new issue