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: '' + +--- + +请填写建议的具体内容