Update issue templates

This commit is contained in:
Curle 2020-11-29 21:22:39 +00:00 committed by GitHub
parent f9a6171f0a
commit 2ae1c75019
2 changed files with 34 additions and 0 deletions

18
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View 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.

View 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.