diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md new file mode 100644 index 00000000..6be849e9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -0,0 +1,13 @@ +--- +name: "Feature Request" +about: I have a suggestion +--- + +## Feature Request + +请在提交问题之前回答这些问题,谢谢。 + +### 您的功能请求是否与问题有关? + +### 描述你想要的功能 + diff --git a/.github/ISSUE_TEMPLATE/question-report.md b/.github/ISSUE_TEMPLATE/question-report.md new file mode 100644 index 00000000..277fb73f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question-report.md @@ -0,0 +1,27 @@ +--- +name: "Question Report" +about: Usage question that isn't answered in docs or discussion +--- + +## Question Report + +在开始报告问题之前,请确保认真查看了以下步骤: + +- 搜索打开和关闭的 [GitHub 问题](https://github.com/longtai-cn/hippo4j/issues) +- 阅读 [常见问题文档](https://hippo4j.cn/pages/9cc27d/) + +请在提交问题之前回答这些问题,谢谢。 + +### 你使用了哪个项目?Hippo-4J Server 还是 Hippo-4J Core? + +### 你使用了哪个版本? + +### 预期行为 + +### 实际行为 + +### 原因分析(如果可以) + +### 问题重现步骤 + +### 用于重现此问题的示例代码(例如 GitHub 链接)