Skip to content

Commit

Permalink
Create enhancement_request.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
charlestian23 authored Jul 28, 2022
1 parent 5995b4c commit 0ddc8d7
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions .github/ISSUE_TEMPLATE/enhancement_request.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
name: Enhancement request
description: Improve an already-existing feature
title: "[ENHANCEMENT] <description>"
labels: [enhancement]
body:
- type: textarea
id: current_behavior
attributes:
label: "Describe the current behavior of what you're trying to improve. If your enhancement request related to a problem, please also describe the problem."
description: "A clear and concise description of the current behavior and problem."
placeholder: "Ex. I'm always frustrated when [...]"
validations:
required: true
- type: textarea
id: solution
attributes:
label: "Describe the improvement you'd like"
description: "A clear and concise description of what you want to happen."
validations:
required: true
- type: textarea
id: alternatives
attributes:
label: "Describe alternatives you've considered"
description: "A clear and concise description of any alternative solutions or features you've considered."
validations:
required: false
- type: textarea
id: additional_context
attributes:
label: "Additional Context"
description: "Add any other context or screenshots about the feature request here."
validations:
required: false

0 comments on commit 0ddc8d7

Please sign in to comment.