Skip to content

Commit

Permalink
[skip ci] Create enhancement.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
durera authored and andrefgj committed Aug 12, 2024
1 parent 90d75ca commit 618b559
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions .github/ISSUE_TEMPLATE/enhancement.yml
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

0 comments on commit 618b559

Please sign in to comment.