Skip to content

Commit

Permalink
[Bug] Enhance the Issue template (#221)
Browse files Browse the repository at this point in the history
Signed-off-by: ZhangJianyu <[email protected]>
  • Loading branch information
NeoZhangJianyu authored Jan 24, 2025
1 parent 724879b commit 5517424
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
15 changes: 13 additions & 2 deletions .github/ISSUE_TEMPLATE/1_bug_template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ body:
options:
- label: Pull docker images from hub.docker.com
- label: Build docker images from source
- label: Other
validations:
required: true

Expand All @@ -74,10 +75,10 @@ body:
attributes:
label: Deploy method
options:
- label: Docker compose
- label: Docker
- label: Docker Compose
- label: Kubernetes
- label: Helm
- label: Other
validations:
required: true

Expand All @@ -88,6 +89,7 @@ body:
options:
- Single Node
- Multiple Nodes
- Other
default: 0
validations:
required: true
Expand Down Expand Up @@ -127,3 +129,12 @@ body:
render: shell
validations:
required: false


- type: textarea
id: attachments
attributes:
label: Attachments
description: Attach any relevant files or screenshots.
validations:
required: false
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/2_feature_template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ body:
options:
- Single Node
- Multiple Nodes
- Other
default: 0
validations:
required: true
Expand Down

0 comments on commit 5517424

Please sign in to comment.