Update issue templates
This commit is contained in:
parent
f9a6171f0a
commit
2ae1c75019
18
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
18
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
---
|
||||||
|
name: Bug report
|
||||||
|
about: Tell us about something gone wrong
|
||||||
|
title: ''
|
||||||
|
labels: bug
|
||||||
|
assignees: TheCurle
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
**What went wrong?**
|
||||||
|
We need to know what the actual problem to be solved is - obviously!
|
||||||
|
|
||||||
|
**How can we recreate the issue?**
|
||||||
|
Having solid steps to reproduce the problem helps a ton!
|
||||||
|
Please put it in terms of "Step 1: Boot, Step 2: Press this combination of keys: `alt + F20 + J`..."
|
||||||
|
|
||||||
|
**What do you think went wrong?**
|
||||||
|
If you have any vague suggestions or have investigated the issue and know roughly what's wrong, feel free to put it here. Otherwise, don't worry.
|
16
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
16
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
---
|
||||||
|
name: Feature request
|
||||||
|
about: Got a cool idea for new functionality?
|
||||||
|
title: ''
|
||||||
|
labels: enhancement
|
||||||
|
assignees: TheCurle
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
**Describe the feature**
|
||||||
|
What's the actual feature? How would it be activated? What would it allow you to do?
|
||||||
|
What's the benefit, and why is it worth the work required?
|
||||||
|
|
||||||
|
**Alternatives?**
|
||||||
|
If the feature cannot be added for whatever reason, is there a reasonable compromise you have in mind?
|
||||||
|
Who knows, this alternative may be introduced alongside the main feature.
|
Loading…
Reference in New Issue
Block a user