Skip to content

Commit

Permalink
Update FEAT_REQUEST.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ngocjohn authored Jun 17, 2024
1 parent 19be555 commit 23061c2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/ISSUE_TEMPLATE/FEAT_REQUEST.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
name: Feature request
description: Suggest a new feature or enhancement.
title: "[FEATURE]: "
description: Suggest a new feature or enhancement.
title: "[Feature] "
labels: ["enhancement"]
assignees: []

body:
- type: markdown
attributes:
value: |
Thanks for suggesting a new feature! Please fill out the details below to help us understand your request.
Thanks for suggesting a new feature! 🚀 Please fill out the details below to help us understand your request.
- type: input
id: title
attributes:
label: Short summary
description: A short summary of the feature request
description: A short summary of the feature request 📝
placeholder: "e.g., Add dark mode to the application"
validations:
required: true
Expand All @@ -23,15 +23,15 @@ body:
id: description
attributes:
label: Detailed description
description: A detailed description of the feature request
description: A detailed description of the feature request 📋
placeholder: "Describe the feature in detail, including the problem it solves, the benefits it provides, and any additional context."
validations:
required: true

- type: input
id: examples
attributes:
label: Examples
label: Examples 🖼️
description: Any examples or mockups to help illustrate the feature
placeholder: "e.g., Provide a screenshot or a link to a similar feature"
validations:
Expand All @@ -40,7 +40,7 @@ body:
- type: input
id: additional_context
attributes:
label: Additional context
label: Additional context 🗒️
description: Any other context or information you want to provide
placeholder: "e.g., Why is this feature important to you?"
validations:
Expand Down

0 comments on commit 23061c2

Please sign in to comment.