From a1628834e42b210748f4565a39118f58bd425283 Mon Sep 17 00:00:00 2001 From: Frost-ZX <30585462+Frost-ZX@users.noreply.github.com> Date: Sun, 20 Jun 2021 15:01:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20issue=20=E6=A8=A1=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/add.md | 12 ++++++++++++ .github/ISSUE_TEMPLATE/bug.md | 14 ++++++++++++++ .github/ISSUE_TEMPLATE/correction.md | 14 ++++++++++++++ .github/ISSUE_TEMPLATE/other.md | 10 ++++++++++ .github/ISSUE_TEMPLATE/suggestion.md | 10 ++++++++++ 5 files changed, 60 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/add.md create mode 100644 .github/ISSUE_TEMPLATE/bug.md create mode 100644 .github/ISSUE_TEMPLATE/correction.md create mode 100644 .github/ISSUE_TEMPLATE/other.md create mode 100644 .github/ISSUE_TEMPLATE/suggestion.md diff --git a/.github/ISSUE_TEMPLATE/add.md b/.github/ISSUE_TEMPLATE/add.md new file mode 100644 index 0000000..0795298 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/add.md @@ -0,0 +1,12 @@ +--- +name: 添加链接 +about: 提交新的链接(不接受违规网站) +title: 添加链接:链接名称 +labels: add +assignees: '' + +--- + +- 分类: +- 名称: +- 链接: diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md new file mode 100644 index 0000000..6d4a474 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -0,0 +1,14 @@ +--- +name: 发现问题 +about: 提交一个发现的问题(BUG) +title: BUG:对发现的 BUG 进行简单描述 +labels: bug +assignees: '' + +--- + +### 问题描述 + + + +### 解决方案(可选,若无请删除) diff --git a/.github/ISSUE_TEMPLATE/correction.md b/.github/ISSUE_TEMPLATE/correction.md new file mode 100644 index 0000000..74d938e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/correction.md @@ -0,0 +1,14 @@ +--- +name: 修正链接 +about: 修正已有的链接 +title: 修正链接:链接名称 +labels: correction +assignees: '' + +--- + +- 链接原分类: +- 链接原名称: +- 修正后的分类: +- 修正后的名称: +- 修正后的链接: diff --git a/.github/ISSUE_TEMPLATE/other.md b/.github/ISSUE_TEMPLATE/other.md new file mode 100644 index 0000000..33d4779 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/other.md @@ -0,0 +1,10 @@ +--- +name: 其他 +about: 若无符合的项,请选择此项 +title: '' +labels: '' +assignees: '' + +--- + + diff --git a/.github/ISSUE_TEMPLATE/suggestion.md b/.github/ISSUE_TEMPLATE/suggestion.md new file mode 100644 index 0000000..7efde79 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/suggestion.md @@ -0,0 +1,10 @@ +--- +name: 建议 +about: 提交功能建议、修改建议等 +title: 建议:建议的主要内容 +labels: suggestion +assignees: '' + +--- + +请填写建议的具体内容