Skip to content

Commit

Permalink
add: adding issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
harsha509 committed Oct 1, 2024
1 parent 084189b commit a22dab4
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_proposal.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name: 🚀 Feature Proposal
description: Propose a feature
title: "[🚀 Feature]: "
labels: [ I-enhancement, needs-triaging ]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to propose a feature!
- type: textarea
id: feature-description
attributes:
label: Feature and motivation
description: |
Describe clearly and concisely the feature you are proposing, what is the motivation
behind it.
placeholder: |
Help us to understand your proposal by adding as many details as possible, we will look into
it and give you feedback as soon as possible.
validations:
required: true
- type: textarea
id: feature-example
attributes:
label: Usage example
description: |
How would you use this feature?
placeholder: |
A clear example showing how this feature is useful for you and the LambdaTest community.
validations:
required: true

0 comments on commit a22dab4

Please sign in to comment.