Skip to content

Commit

Permalink
Merge pull request #234 from sirdoombox/patch-1
Browse files Browse the repository at this point in the history
Update feature-request.yml
  • Loading branch information
kikipoulet authored Jul 1, 2024
2 parents e31a762 + f5fb309 commit cc73e0d
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ name: Feature Request
description: Submit a new feature request
title: "[Feat] "
labels:
- Enhancement
- enhancement
body:
- type: checkboxes
attributes:
label: Check the following items
label: Use the search function to see if this feature has already been suggested.
options:
- label: I have looked up relevant Issue
required: false
- label: I have searched for duplicate issues.
required: true
- type: textarea
id: description
attributes:
Expand All @@ -25,10 +25,3 @@ body:
placeholder: E.g. 6.0.0-beta6
validations:
required: true
- type: textarea
id: additional
attributes:
label: Additional Information
description: Add any other context about the problem here
validations:
required: false

0 comments on commit cc73e0d

Please sign in to comment.