Skip to content

Commit 16d8a60

Browse files
Enhance the issue template (opea-project#1157)
Enhance the bug & feature template according to the issue opea-project/GenAIExamples#1002. Co-authored-by: ZhangJianyu <zhang.jianyu@outlook.com>
1 parent b2dc0a7 commit 16d8a60

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/ISSUE_TEMPLATE/1_bug_template.yml

Lines changed: 5 additions & 3 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: Kubernetes
80-
- label: Helm
79+
- label: Docker Compose
80+
- label: Kubernetes Helm Charts
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

.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)