Skip to content

Commit 8642e00

Browse files
authored
Merge pull request #1390 from oxygen-dioxide/issue-template
Add GitHub issue template for feature requests
2 parents 6df1b2c + bf454bc commit 8642e00

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
name: '🚀 Feature Request / Idea'
2+
description: Suggest a new feature or improvement (this does not mean you have to implement it).
3+
body:
4+
- type: markdown
5+
attributes:
6+
value: |
7+
Vague help requests are not efficiently handled here. Help requests are better handled in the Discord server or QQ group.
8+
Before posting your idea, please read [Getting-Started](https://github.com/stakira/OpenUtau/wiki/Getting-Started) and [FAQ](https://github.com/stakira/OpenUtau/wiki/FAQ) and other wiki pages to see if it is already implemented, and search within GitHub issues to see if it has been posted.
9+
- type: checkboxes
10+
attributes:
11+
label: Acknowledgement
12+
options:
13+
- label: I have read Getting-Started and FAQ
14+
required: true
15+
- type: textarea
16+
attributes:
17+
label: Description of the new feature / enhancement
18+
placeholder: |
19+
A clear and concise description of what the problem is that the new feature would solve.
20+
Describe why and how a user would use this new functionality (if applicable).
21+
validations:
22+
required: true
23+
- type: textarea
24+
attributes:
25+
label: Proposed technical implementation details
26+
placeholder: A clear and concise description of what you want to happen.

0 commit comments

Comments
 (0)