Skip to content

Commit

Permalink
re-order template and remove title
Browse files Browse the repository at this point in the history
  • Loading branch information
aarontp authored Oct 7, 2023
1 parent 51347ef commit cdff938
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/ISSUE_TEMPLATE/feature_request.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "Feature request"
description: Suggest an idea for this project
title: "[FR]: "
title: ""
labels: ["enhancement", "Needs triage"]
body:
- type: markdown
Expand All @@ -11,15 +11,15 @@ body:
Please fill in as much of the following form as you're able.
- type: textarea
attributes:
label: What would this feature improve or what problem would it solve?
label: What is the feature you are proposing?
description: Describe the feature. If you already have something in mind... PRs are welcome!
validations:
required: true
- type: textarea
attributes:
label: What is the feature you are proposing?
description: Describe the feature. If you already have something in mind... PRs are welcome!
label: What would this feature improve or what problem would it solve?
validations:
required: true
- type: textarea
attributes:
label: What alternatives have you considered?
label: What alternatives have you considered?

0 comments on commit cdff938

Please sign in to comment.