From 56726b703f0d35e4c6401b257260a973f8985431 Mon Sep 17 00:00:00 2001 From: shirenchuang Date: Sun, 9 Oct 2022 13:56:44 +0800 Subject: [PATCH] issue template --- .github/ISSUE_TEMPLATE/bug_report.md | 41 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/discussion.md | 0 .github/ISSUE_TEMPLATE/feature_request.md | 15 +++++++++ .github/ISSUE_TEMPLATE/question.md | 12 +++++++ 4 files changed, 68 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/discussion.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/question.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..b36d9d6a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -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! +``` diff --git a/.github/ISSUE_TEMPLATE/discussion.md b/.github/ISSUE_TEMPLATE/discussion.md new file mode 100644 index 00000000..e69de29b diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..0da4616d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -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 + + diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md new file mode 100644 index 00000000..581115cc --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.md @@ -0,0 +1,12 @@ +--- +name: 问题/Question +about: 问KnowStreaming相关问题 +title: '' +labels: type/question +assignees: '' + +--- + +- [ ] 我已经在 [issues](https://github.com/didi/KnowStreaming/issues) 搜索过相关问题了,并没有重复的。 + +## 在这里提出你的问题