Skip to content

Commit

Permalink
Create feature_request.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
deepeshmlgupta authored Jun 17, 2024
1 parent 3bfd9ef commit 75d2c06
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
name: Feature Request
description: Request/Suggest any feature you think is missing
title: "Title: "
labels: "Feature Request"
body:
- type: textarea #description
attributes:
label: Is your feature request related to a problem? Please describe.
description: A clear and concise description of what the problem is.
placeholder: Ex. I'm always frustrated when [...]
validations:
required: true

- type: textarea #solution
attributes:
label: Describe the solution you'd like.
description: A clear and concise description of what you want to happen.
placeholder: Kindly elaborate.
validations:
required: true

- type: textarea #alternatives
attributes:
label: Describe alternatives you've considered.
description: A clear and concise description of any alternative solutions or features you've considered.
placeholder: Type here.
validations:
required: true

- type: textarea #Additional Context
attributes:
label: Add any other context or screenshots about the feature request here.
description: Any miscellaneous suggestions you'd like to give.

- type: checkboxes
id: terms
attributes:
label: 'Record'
options:
- label: I agree to follow this project's Code of Conduct
required: true
- label: I have checked the existing issues
required: true
- label: I'm a GSSOC'24 contributor
- label: I want to work on this issue

0 comments on commit 75d2c06

Please sign in to comment.