issue template

This commit is contained in:
shirenchuang
2022-10-09 13:56:44 +08:00
committed by EricZeng
parent d510640e43
commit 3744c0e97d
4 changed files with 68 additions and 0 deletions

41
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@@ -0,0 +1,41 @@
---
name: 报告Bug
about: 报告KnowStreaming的相关Bug
title: ''
labels: type/bug
assignees: ''
---
- [ ] 我已经在 [issues](https://github.com/didi/KnowStreaming/issues) 搜索过相关问题了,并没有重复的。
### 环境信息
* KnowStreaming version: xxx
* Operating System version: xxx
* Java version: xxx
### 重现该问题的步骤
1. xxx
2. xxx
3. xxx
### 预期结果
<!-- 写下应该出现的预期结果?-->
### 实际结果
<!-- 实际发生了什么? -->
---
如果有异常请附上异常Trace:
```
Just put your stack trace here!
```

0
.github/ISSUE_TEMPLATE/discussion.md vendored Normal file
View File

View File

@@ -0,0 +1,15 @@
---
name: 提议新功能/需求
about: 给KnowStreaming提一个功能需求
title: ''
labels: type/feature
assignees: ''
---
- [ ] 我在 [issues](https://github.com/didi/KnowStreaming/issues) 中并未搜索到与此相关的功能需求。
- [ ] 我在 [release notes](https://github.com/didi/KnowStreaming/releases)已经发布的版本中并没有搜到相关功能.
## Describe the feature
<!-- Please also discuss possible business value -->

12
.github/ISSUE_TEMPLATE/question.md vendored Normal file
View File

@@ -0,0 +1,12 @@
---
name: 问题/Question
about: 问KnowStreaming相关问题
title: ''
labels: type/question
assignees: ''
---
- [ ] 我已经在 [issues](https://github.com/didi/KnowStreaming/issues) 搜索过相关问题了,并没有重复的。
## 在这里提出你的问题