更新 issue 模板
This commit is contained in:
12
.github/ISSUE_TEMPLATE/add.md
vendored
Normal file
12
.github/ISSUE_TEMPLATE/add.md
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
name: 添加链接
|
||||
about: 提交新的链接(不接受违规网站)
|
||||
title: 添加链接:链接名称
|
||||
labels: add
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
- 分类:
|
||||
- 名称:
|
||||
- 链接:
|
14
.github/ISSUE_TEMPLATE/bug.md
vendored
Normal file
14
.github/ISSUE_TEMPLATE/bug.md
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
name: 发现问题
|
||||
about: 提交一个发现的问题(BUG)
|
||||
title: BUG:对发现的 BUG 进行简单描述
|
||||
labels: bug
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
### 问题描述
|
||||
|
||||
|
||||
|
||||
### 解决方案(可选,若无请删除)
|
14
.github/ISSUE_TEMPLATE/correction.md
vendored
Normal file
14
.github/ISSUE_TEMPLATE/correction.md
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
name: 修正链接
|
||||
about: 修正已有的链接
|
||||
title: 修正链接:链接名称
|
||||
labels: correction
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
- 链接原分类:
|
||||
- 链接原名称:
|
||||
- 修正后的分类:
|
||||
- 修正后的名称:
|
||||
- 修正后的链接:
|
10
.github/ISSUE_TEMPLATE/other.md
vendored
Normal file
10
.github/ISSUE_TEMPLATE/other.md
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
name: 其他
|
||||
about: 若无符合的项,请选择此项
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
|
10
.github/ISSUE_TEMPLATE/suggestion.md
vendored
Normal file
10
.github/ISSUE_TEMPLATE/suggestion.md
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
name: 建议
|
||||
about: 提交功能建议、修改建议等
|
||||
title: 建议:建议的主要内容
|
||||
labels: suggestion
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
请填写建议的具体内容
|
Reference in New Issue
Block a user