Skip to content

Commit 5517424

Browse files
[Bug] Enhance the Issue template (#221)
Signed-off-by: ZhangJianyu <[email protected]>
1 parent 724879b commit 5517424

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

.github/ISSUE_TEMPLATE/1_bug_template.yml

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ body:
6666
options:
6767
- label: Pull docker images from hub.docker.com
6868
- label: Build docker images from source
69+
- label: Other
6970
validations:
7071
required: true
7172

@@ -74,10 +75,10 @@ body:
7475
attributes:
7576
label: Deploy method
7677
options:
77-
- label: Docker compose
7878
- label: Docker
79+
- label: Docker Compose
7980
- label: Kubernetes
80-
- label: Helm
81+
- label: Other
8182
validations:
8283
required: true
8384

@@ -88,6 +89,7 @@ body:
8889
options:
8990
- Single Node
9091
- Multiple Nodes
92+
- Other
9193
default: 0
9294
validations:
9395
required: true
@@ -127,3 +129,12 @@ body:
127129
render: shell
128130
validations:
129131
required: false
132+
133+
134+
- type: textarea
135+
id: attachments
136+
attributes:
137+
label: Attachments
138+
description: Attach any relevant files or screenshots.
139+
validations:
140+
required: false

.github/ISSUE_TEMPLATE/2_feature_template.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ body:
6666
options:
6767
- Single Node
6868
- Multiple Nodes
69+
- Other
6970
default: 0
7071
validations:
7172
required: true

0 commit comments

Comments
 (0)