Browse Source

Revise issue templates.

tags/v1.1.0
Andrew Belt 5 years ago
parent
commit
51eb3dda0a
2 changed files with 12 additions and 4 deletions
  1. +7
    -3
      .github/ISSUE_TEMPLATE/bug_report.md
  2. +5
    -1
      .github/ISSUE_TEMPLATE/feature_request.md

+ 7
- 3
.github/ISSUE_TEMPLATE/bug_report.md View File

@@ -4,7 +4,7 @@ about: Bugs, build errors, compatibility/stability issues

---

<--
<!--
To file a bug report, fill out the form below.
Use a descriptive title that best explains the bug in one sentence.
Attach screenshots if the bug is visual.
@@ -21,6 +21,10 @@ Operating system:
Rack version: vX.X.X
Hardware relevant to your issue (e.g. graphic card model, audio/MIDI device):

### Expected behavior
### Summary

### Actual behavior
### Steps to reproduce

<!--
If developers cannot reproduce the bug, it cannot be fixed.
-->

+ 5
- 1
.github/ISSUE_TEMPLATE/feature_request.md View File

@@ -4,18 +4,22 @@ about: Feature ideas, design proposals

---

<--
<!--
To request a feature, fill out the form below.
Use a descriptive title that best explains the feature request in one sentence.
-->

### Summary

<!--
What is the motivation for this feature? What does the feature achieve?
-->

### Proposed design

<!--
What is one possible implementation of this feature?
If visual, explain how the user interface should be changed. If interactive, explain the steps needed for a user to use the feature.
Are there any corner cases where your implementation would fail?
Are there alternative implementations?
-->

Loading…
Cancel
Save