From: Andy Allan Date: Wed, 3 Aug 2022 17:49:26 +0000 (+0100) Subject: Merge pull request #3552 from rugk/patch-1 X-Git-Tag: live~1551^2~1 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/19d62168607b8a355156b2c2e089b615ab4c9381?hp=7e5d47e6a853a00731d01868e3dc961149345ef5 Merge pull request #3552 from rugk/patch-1 Add cause to feature request issue template --- diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml index e556dfa72..696b2cfbd 100644 --- a/.github/ISSUE_TEMPLATE/feature.yml +++ b/.github/ISSUE_TEMPLATE/feature.yml @@ -4,18 +4,26 @@ description: You want to request a feature, share an idea or have a question. # labels: # assignees: body: + - type: textarea + id: idea + attributes: + label: Problem + description: Please describe the problem or use case that is the cause for your feature request or idea. + placeholder: + validations: + required: false - type: textarea id: idea attributes: label: Description - description: Please describe you feature request, idea or question. + description: Please describe your feature request, idea or question. placeholder: validations: required: false - type: textarea attributes: label: Screenshots - description: Please add screenshots if they can help us understand your request/idea/question. + description: Please add screenshots or mockups if they can help us understand your request/idea/question. placeholder: validations: required: false