Skip to content

Commit

Permalink
Make change request form use paragraph fields
Browse files Browse the repository at this point in the history
  • Loading branch information
freyacodes committed Aug 5, 2023
1 parent b8055f3 commit 654be72
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/change_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@ name: Change Request
description: Request a feature or change
labels: ["enhancement"]
body:
- type: input
- type: textarea
id: request
attributes:
label: Change request
description: What are you requesting?
validations:
required: true
- type: input
- type: textarea
id: relevance
attributes:
label: Relevance
description: Is this change relevant to the greater community?
validations:
required: true
- type: input
- type: textarea
id: plugin
attributes:
label: Could this be a plugin instead?
Expand Down

0 comments on commit 654be72

Please sign in to comment.