]> git.openstreetmap.org Git - rails.git/commitdiff
Fix feature request GitHub issue template
authorSeth Deegan <jayandseth@gmail.com>
Tue, 15 Nov 2022 20:07:52 +0000 (15:07 -0500)
committerGitHub <noreply@github.com>
Tue, 15 Nov 2022 20:07:52 +0000 (15:07 -0500)
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.

.github/ISSUE_TEMPLATE/feature.yml

index 696b2cfbd5e7af9af83bfb60879a1b2536eea5cc..b5d46a7ab1b44da390c9118c2078932a183a0447 100644 (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.