-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |