Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 11 additions & 3 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down