From e09512177a4fe50a98dde247a6023e5f00c3ac12 Mon Sep 17 00:00:00 2001 From: JustSong <39998050+songquanpeng@users.noreply.github.com> Date: Wed, 14 Jun 2023 14:48:31 +0800 Subject: [PATCH] docs: add issue templates --- .github/ISSUE_TEMPLATE/功能请求.md | 16 ++++++++++++++++ .github/ISSUE_TEMPLATE/报告问题.md | 20 ++++++++++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/功能请求.md create mode 100644 .github/ISSUE_TEMPLATE/报告问题.md diff --git a/.github/ISSUE_TEMPLATE/功能请求.md b/.github/ISSUE_TEMPLATE/功能请求.md new file mode 100644 index 00000000..1708d81f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/功能请求.md @@ -0,0 +1,16 @@ +--- +name: 功能请求 +about: 请求加入新功能 +title: '' +labels: '' +assignees: '' + +--- + +**例行检查** ++ [ ] 我已确认目前没有类似 issue ++ [ ] 我已确认我已升级到最新版本 + +**功能描述** + +**应用场景** diff --git a/.github/ISSUE_TEMPLATE/报告问题.md b/.github/ISSUE_TEMPLATE/报告问题.md new file mode 100644 index 00000000..c5b40aa1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/报告问题.md @@ -0,0 +1,20 @@ +--- +name: 报告问题 +about: 使用简练详细的语言描述你的问题 +title: '' +labels: bug +assignees: '' + +--- + +**例行检查** ++ [ ] 我已确认目前没有类似 issue ++ [ ] 我已确认我已升级到最新版本 + +**问题描述** + +**复现步骤** + +**预期结果** + +**相关截图**