-
Notifications
You must be signed in to change notification settings - Fork 22
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: 🚀 Enhancement Request | ||
description: Propose an enhancement to the MAS CLI | ||
labels: [Enhancement] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to propose an enhancement! | ||
- type: textarea | ||
id: feature-description | ||
attributes: | ||
label: Feature and motivation | ||
description: | | ||
Describe clearly and concisely the enhancement 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 enhancement? | ||
placeholder: | | ||
A clear example showing how this enhancement is useful. | ||
validations: | ||
required: true | ||
|