Fix feature request GitHub issue template
The syntax for the feature request GitHub issue template yaml file was wrong because two elements had the same ids and thus the feature request issue form did not work. This changes one that was the same.
This commit is contained in:
parent
e48c3a575d
commit
82c0df8ef9
1 changed files with 1 additions and 1 deletions
2
.github/ISSUE_TEMPLATE/feature.yml
vendored
2
.github/ISSUE_TEMPLATE/feature.yml
vendored
|
@ -5,7 +5,7 @@ description: You want to request a feature, share an idea or have a question.
|
|||
# assignees:
|
||||
body:
|
||||
- type: textarea
|
||||
id: idea
|
||||
id: problem
|
||||
attributes:
|
||||
label: Problem
|
||||
description: Please describe the problem or use case that is the cause for your feature request or idea.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue