Skip to content

Commit

Permalink
Update 3_enhancement.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Guovin authored Dec 10, 2024
1 parent 4e8fd33 commit 405939a
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions .github/ISSUE_TEMPLATE/3_enhancement.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
name: Enhancement request
description: Request a feature enhancement
labels: [ enhancement ]
body:
- type: checkboxes
id: checklist
attributes:
label: Application environment
description: |
Select the context in which the enhancement is located:
options:
- label: Workflow
required: false
- label: GUI
required: false
- label: Docker
required: false
- label: Command line
required: false
- type: textarea
id: description
attributes:
label: Enhancement description
description: As for the specific description of the Enhancement, a good description will help to understand and solve it
placeholder: Provide any additional information, any suggested solutions, and as much context and examples as possible
validations:
required: true
- type: textarea
id: log
attributes:
label: Related log
description: Provides detailed log for the enhancement
placeholder: Please enter a detailed log
render: shell
validations:
required: false

0 comments on commit 405939a

Please sign in to comment.