Skip to content
This repository was archived by the owner on Oct 27, 2024. It is now read-only.

Commit

Permalink
🔧 Update and rename feature_request.md to feature_request.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
anditv21 authored May 14, 2024
1 parent 66e6921 commit daec38c
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

33 changes: 33 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
name: Feature Request
description: File a feature request.
title: "[Feature Request]: "
labels: ["enhancement", "triage"]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to submit your feature request!
- type: textarea
id: solution-description
attributes:
label: Describe the solution you'd like
description: A clear and concise description of what you want to happen.
placeholder: Describe the solution you'd like here.
validations:
required: true
- type: checkboxes
id: benefit-to-others
attributes:
label: Can others benefit from your feature?
description: Choose whether others can benefit from this feature.
options:
- label: Yes, others can also benefit from this feature.
required: false
- label: No, others cannot benefit from this feature.
required: false
- type: textarea
id: additional-context
attributes:
label: Additional context
description: Add any other context or screenshots about the feature request here.
placeholder: Provide any additional context or screenshots here.

0 comments on commit daec38c

Please sign in to comment.