From 1de370c8bf79586613c355e38b3a5c10c2aa5a50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E8=89=AF?= <841369634@qq.com> Date: Wed, 27 Mar 2024 15:22:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0issue=E3=80=81PR=E6=A8=A1?= =?UTF-8?q?=E6=9D=BF=E5=86=85=E5=AE=B9=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/BUG_REPORT.md | 23 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/FEATURE_REQUEST.md | 12 ++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 6 ++++++ 3 files changed, 41 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/BUG_REPORT.md create mode 100644 .github/ISSUE_TEMPLATE/FEATURE_REQUEST.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.md b/.github/ISSUE_TEMPLATE/BUG_REPORT.md new file mode 100644 index 0000000..b30d466 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.md @@ -0,0 +1,23 @@ +--- +name: 问题上报 +about: 如果你在使用过程中发现问题,请使用此模板。 +--- + +### Ⅰ. 请说明操作系统及使用的版本号: +1. +2. 操作系统:? +2. DS版本号:? + + +### Ⅱ. 问题描述: + + +### Ⅲ. 期望的结果: + + +### Ⅳ. 如何复现问题? + +1. xxx +2. xxx +3. xxx + diff --git a/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md new file mode 100644 index 0000000..7415f34 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md @@ -0,0 +1,12 @@ +--- +name: 提新需求 +about: 如果你想提出一个新需求,请使用此模板。 +--- + +## 请描述你希望的新功能: + + + +## 请说明新功能的用途: + + diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..e366bf2 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,6 @@ +### Ⅰ. 描述此PR的作用: + + +### Ⅱ. 此PR修复了哪个issue吗? + +