1
0
mirror of https://github.com/konpa/devicon.git synced 2025-07-31 11:50:13 +02:00

Improve the feature request template (#1416)

This commit is contained in:
David Leal
2022-10-02 15:35:23 -05:00
committed by GitHub
parent 1f6ff765cf
commit 6801fe6f44

View File

@@ -15,13 +15,21 @@ body:
required: true
- type: textarea
id: currentproblem
id: description
attributes:
label: Problem
description: Tell us about the problem and its negative impacts.
label: Description
description: Write down a detailed description of the feature.
validations:
required: true
- type: textarea
id: context
attributes:
label: Context
description: Why is this change important to you? How would you use it? How can it benefit other users?
validations:
required: true
- type: textarea
id: possiblesolution
attributes: