Make issue template easier to use (#7248)
Almost nobody used the problem/solution scheme we requested. Users want to write their feature first before thinking about reasons.
This commit is contained in:
parent
76bc899173
commit
8da45100d4
|
@ -35,15 +35,15 @@ body:
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: problem
|
id: feature
|
||||||
attributes:
|
attributes:
|
||||||
label: Problem you may be having, or feature you want
|
label: Feature or improvement you want
|
||||||
description: Give a brief explanation about the problem that may currently exist
|
description: Try to be as specific as possible. Please not only explain what the feature does, but also how.
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: solution
|
id: reason
|
||||||
attributes:
|
attributes:
|
||||||
label: Suggested solution
|
label: Why should this be added?
|
||||||
description: Describe how your requested feature solves this problem. Try to be as specific as possible. Please not only explain what the feature does, but also how.
|
description: What problem does the feature solve? In what use-cases is the feature needed?
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: screenshots
|
id: screenshots
|
||||||
attributes:
|
attributes:
|
||||||
|
|
Loading…
Reference in New Issue