Skip to content

Commit

Permalink
Merge pull request #226 from Bram-Hub/enhancement-issue-template
Browse files Browse the repository at this point in the history
Enhancement issue template
  • Loading branch information
charlestian23 authored Jul 29, 2022
2 parents 0dd8f4b + d1c9110 commit 003db24
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 1 deletion.
34 changes: 34 additions & 0 deletions .github/ISSUE_TEMPLATE/enhancement_request.yml
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
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Feature request
description: Suggest an idea for this project
title: "[FEATURE] <description>"
labels: [enhancement, new feature]
labels: [new feature]
body:
- type: textarea
id: description
Expand Down

0 comments on commit 003db24

Please sign in to comment.