Skip to content

Commit a22dab4

Browse files
committed
add: adding issue template
1 parent 084189b commit a22dab4

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
name: 🚀 Feature Proposal
2+
description: Propose a feature
3+
title: "[🚀 Feature]: "
4+
labels: [ I-enhancement, needs-triaging ]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Thanks for taking the time to propose a feature!
10+
- type: textarea
11+
id: feature-description
12+
attributes:
13+
label: Feature and motivation
14+
description: |
15+
Describe clearly and concisely the feature you are proposing, what is the motivation
16+
behind it.
17+
placeholder: |
18+
Help us to understand your proposal by adding as many details as possible, we will look into
19+
it and give you feedback as soon as possible.
20+
validations:
21+
required: true
22+
- type: textarea
23+
id: feature-example
24+
attributes:
25+
label: Usage example
26+
description: |
27+
How would you use this feature?
28+
placeholder: |
29+
A clear example showing how this feature is useful for you and the LambdaTest community.
30+
validations:
31+
required: true

0 commit comments

Comments
 (0)