Skip to content

Commit 6037b39

Browse files
authored
Update issue templates
update issue template
1 parent 43e9dcb commit 6037b39

File tree

4 files changed

+20
-8
lines changed

4 files changed

+20
-8
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
---
2-
name: 🐞 Bug report
2+
name: "\U0001F41E Bug report"
33
about: Create a report to help us improve
44
title: "[Bug]: "
5-
labels: ["type: bug"]
5+
labels: 'type: bug'
6+
assignees: ''
7+
68
---
79

810
**Describe the bug**
@@ -14,6 +16,7 @@ labels: ["type: bug"]
1416

1517
- OB Version(`LD_LIBRARY_PATH=../lib:$LD_LIBRARY_PATH ./observer -V`):
1618

19+
- Hardware resource(`cpu core/memory size/disk hardware`):
1720

1821
**Fast Reproduce Steps(Required)**
1922

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
---
2-
name: 🌟 Enhancement
2+
name: "\U0001F31F Enhancement"
33
about: I want to make an enhancement.
4-
labels: ["type: enhancement"]
54
title: "[Enhancement]: "
5+
labels: 'type: enhancement'
6+
assignees: ''
7+
68
---
79

810
**Enhancement**

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
---
2-
name: 🚀 Feature Request
2+
name: "\U0001F680 Feature Request"
33
about: Suggest an idea for this project
44
title: "[Feature]: "
5-
labels: ["type: feature"]
5+
labels: 'type: feature'
6+
assignees: ''
7+
68
---
79

810
**Use Case**

.github/ISSUE_TEMPLATE/question.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
---
2-
name: 🙋 Question
2+
name: "\U0001F64B Question"
33
about: I have a question.
44
title: "[Question]: "
5-
labels: ["type: question"]
5+
labels: 'type: question'
6+
assignees: ''
7+
68
---
79

810
If the question is concise and probably has a short answer, asking it in [community Slack](https://join.slack.com/t/oceanbase/shared_invite/zt-1e25oz3ol-lJ6YNqPHaKwY_mhhioyEuw)
@@ -13,4 +15,7 @@ If the question is concise and probably has a short answer, asking it in [commun
1315

1416
- OS Version and CPU Arch(`uname -a`):
1517

18+
1619
- OB Version(`LD_LIBRARY_PATH=../lib:$LD_LIBRARY_PATH ./observer -V`):
20+
21+
- Hardware resource(`cpu core/memory size/disk hardware`):

0 commit comments

Comments
 (0)