From: Seth Deegan Date: Tue, 15 Nov 2022 20:07:52 +0000 (-0500) Subject: Fix feature request GitHub issue template X-Git-Tag: live~1484^2 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/82c0df8ef9b62b1aa98d8692b8bdd7fe3011be2a?ds=inline;hp=-c 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. --- 82c0df8ef9b62b1aa98d8692b8bdd7fe3011be2a diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml index 696b2cfbd..b5d46a7ab 100644 --- a/.github/ISSUE_TEMPLATE/feature.yml +++ b/.github/ISSUE_TEMPLATE/feature.yml @@ -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.