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:
Seth Deegan 2022-11-15 15:07:52 -05:00 committed by GitHub
parent e48c3a575d
commit 82c0df8ef9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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