-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Issue Tamplate 重构 * refactor: update issue template * refactor: update issue template
- Loading branch information
Showing
16 changed files
with
429 additions
and
81 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
name: Bug Report(项目 Bug 反馈) | ||
description: 项目 Bug 反馈 | ||
title: "[Bug]-" | ||
labels: | ||
- Bug(项目 Bug 反馈) | ||
assignees: | ||
- ohyee | ||
- soxft | ||
- wibus-wee | ||
- liangmiQwQ | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
## zhblogs Bug Report 模板 | ||
--- | ||
<strong style="color: #ff0000">请按照已给出的标题格式补充简要的信息</strong> | ||
请在反馈之前在 [Issues](https://github.com/zh-blogs/blog-daohang/issues) list 中搜索是否已经有人反馈过相同的问题(请善用标签),如果有请在已有的 Issue 下进行跟进。 | ||
请按照下面的模板填写,方便我们更快的定位问题。 | ||
- type: input | ||
id: bug_url | ||
attributes: | ||
label: Bug URL | ||
description: 请填写出现问题的页面 URL | ||
placeholder: https://zhblogs.ohyee.cc/ | ||
validations: | ||
required: true | ||
- type: input | ||
id: bug_time | ||
attributes: | ||
label: Bug 时间 | ||
description: 请填写出现问题的时间 | ||
placeholder: 请填写出现问题的时间 | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: bug_desc | ||
attributes: | ||
label: Bug 描述 | ||
description: 请详细对问题进行描述,并且提供可能的复现方式,如果需要对服务不可用进行报告,请提供详细的信息 | ||
placeholder: 请详细对问题进行描述,并且提供可能的复现方式,如果需要对服务不可用进行报告,请提供详细的信息 | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: bug_image | ||
attributes: | ||
label: Bug 截图 | ||
description: 请提供问题截图 | ||
placeholder: 请提供问题截图 | ||
- type: input | ||
id: bug_other | ||
attributes: | ||
label: 其他信息 | ||
description: 其他补充信息 | ||
placeholder: 其他补充信息 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
name: Document Issue Report(文档问题反馈) | ||
description: 文档问题反馈 | ||
title: "[Document Issue]-" | ||
labels: | ||
- Document Issue(文档问题) | ||
assignees: | ||
- MYXXTS | ||
- aquausora | ||
- gtxykn0504 | ||
- linlinzzo | ||
- Lafcadia | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
## zhblogs Document Issue Report 模板 | ||
--- | ||
<strong style="color: #ff0000">请按照已给出的标题格式补充简要的信息</strong> | ||
请在反馈之前在 [Issues](https://github.com/zh-blogs/blog-daohang/issues) list 中搜索是否已经有人反馈过相同的问题(请善用标签),如果有请在已有的 Issue 下进行跟进。 | ||
请按照下面的模板填写,方便我们更快的定位问题。 | ||
- type: textarea | ||
id: document_issue_description | ||
attributes: | ||
label: 文档问题说明 | ||
description: 请填写文档问题的说明 | ||
placeholder: 文档问题的说明 | ||
validations: | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
name: Abnormal Blog Report(异常博客反馈) | ||
description: 异常博客反馈 | ||
title: "[Abnormal]-<博客名称>-<博客的 idx>" | ||
labels: | ||
- Abnormal(异常博客) | ||
assignees: | ||
- MYXXTS | ||
- aquausora | ||
- gtxykn0504 | ||
- linlinzzo | ||
- Lafcadia | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
## zhblogs Abnormal Blog Report 模板 | ||
--- | ||
<strong style="color: #ff0000">请按照已给出的标题格式替换并补充 <> 内部的信息</strong> | ||
请在反馈之前在 [Issues](https://github.com/zh-blogs/blog-daohang/issues) list 中搜索是否已经有人反馈过同一博客的问题(请善用标签)。 | ||
请尽可能在已有的 Issue 下进行跟进,允许 Reopen Issue 进行补充反馈。 | ||
请按照下面的模板填写,方便我们更快的定位问题。 | ||
- type: input | ||
id: blog_name | ||
attributes: | ||
label: 博客名称 | ||
description: 请填写博客名称 | ||
placeholder: 博客名称 | ||
validations: | ||
required: true | ||
- type: input | ||
id: blog_idx | ||
attributes: | ||
label: 博客 idx | ||
description: 请填写博客的 idx | ||
placeholder: 博客 idx | ||
validations: | ||
required: true | ||
- type: input | ||
id: blog_url | ||
attributes: | ||
label: 博客 URL | ||
description: 请填写博客的 URL | ||
placeholder: 博客的 URL | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: blog_abnormal_type | ||
attributes: | ||
label: 博客异常类型 | ||
description: 请选择博客的异常类型 | ||
multiple: true | ||
options: | ||
- 博客无法访问 | ||
- 博客内容为空 | ||
- 博客内容较少 | ||
- 博客内容不是博客 | ||
- 博客内容不是中文 | ||
- 博客内容不是原创 | ||
- 博客部分内容不宜展示 | ||
- 其他 | ||
validations: | ||
required: true | ||
- type: input | ||
id: blog_abnormal_other | ||
attributes: | ||
label: 其他异常类型 | ||
description: 如果选择了其他,请填写其他异常类型 | ||
placeholder: 其他异常类型 |
73 changes: 73 additions & 0 deletions
73
.github/ISSUE_TEMPLATE/04-Modify & Improve Blog Information Report.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,73 @@ | ||
name: Modify & Improve Blog Information Report(修改和完善博客信息) | ||
description: 修改和完善博客信息 | ||
title: "[Modify & Improve]-<博客名称>-<博客的 idx>" | ||
labels: | ||
- Modify & Improve(修改和完善) | ||
assignees: | ||
- MYXXTS | ||
- aquausora | ||
- gtxykn0504 | ||
- linlinzzo | ||
- Lafcadia | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
## zhblogs Modify & Improve Blog Information Report 模板 | ||
--- | ||
<strong style="color: #ff0000">请按照已给出的标题格式替换并补充 <> 内部的信息</strong> | ||
请在反馈之前在 [Issues](https://github.com/zh-blogs/blog-daohang/issues) list 中搜索是否已经有人反馈过同一博客的问题(请善用标签)。 | ||
请尽可能在已有的 Issue 下进行跟进,允许 Reopen Issue 进行补充反馈。 | ||
请按照下面的模板填写,方便我们更快的定位问题。 | ||
- type: input | ||
id: blog_name | ||
attributes: | ||
label: 博客名称 | ||
description: 请填写博客名称 | ||
placeholder: 博客名称 | ||
validations: | ||
required: true | ||
- type: input | ||
id: blog_idx | ||
attributes: | ||
label: 博客 idx | ||
description: 请填写博客的 idx | ||
placeholder: 博客的 idx | ||
validations: | ||
required: true | ||
- type: input | ||
id: blog_url | ||
attributes: | ||
label: 博客 URL | ||
description: 请填写博客的 URL | ||
placeholder: 博客的 URL | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: blog_modify_improve_type | ||
attributes: | ||
label: 修改或完善的字段 | ||
description: 请选择博客需要修改或完善的字段 | ||
multiple: true | ||
options: | ||
- 博客名称 | ||
- 博客 URL | ||
- 博客描述 | ||
- 博客 RSS 订阅地址 | ||
- 博客网站地图(SiteMap)地址 | ||
- 博客所用程序(架构) | ||
- 博客标签(Tag) | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: blog_modify_improve_content | ||
attributes: | ||
label: 修改或完善的内容 | ||
description: | | ||
请按照上方选择的字段填写需要修改或完善的内容,每行一个字段 | ||
示例:如果选择了博客名称和博客描述,那么请按照以下格式填写: | ||
博客名称:XXX | ||
博客描述:XXX | ||
placeholder: 请填写博客需要修改和完善的内容 | ||
validations: | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
name: Selected Blog Application(精选博客申请) | ||
description: 修改和完善博客信息 | ||
title: "[Selected]-<博客名称>-<博客的 idx>" | ||
labels: | ||
- Selected Blog(精选博客) | ||
assignees: | ||
- MYXXTS | ||
- aquausora | ||
- gtxykn0504 | ||
- linlinzzo | ||
- Lafcadia | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
## zhblogs Modify & Improve Blog Information Report 模板 | ||
--- | ||
<strong style="color: #ff0000">请按照已给出的标题格式替换并补充 <> 内部的信息</strong> | ||
请在反馈之前在 [Issues](https://github.com/zh-blogs/blog-daohang/issues) list 中搜索是否已经有人反馈过同一博客的问题(请善用标签)。 | ||
请尽可能在已有的 Issue 下进行跟进,允许 Reopen Issue 进行补充反馈。 | ||
请按照下面的模板填写,方便我们更快的定位问题。 | ||
- type: input | ||
id: blog_name | ||
attributes: | ||
label: 博客名称 | ||
description: 请填写博客名称 | ||
placeholder: 博客名称 | ||
validations: | ||
required: true | ||
- type: input | ||
id: blog_idx | ||
attributes: | ||
label: 博客 idx | ||
description: 请填写博客的 idx | ||
placeholder: 博客的 idx | ||
validations: | ||
required: true | ||
- type: input | ||
id: blog_url | ||
attributes: | ||
label: 博客 URL | ||
description: 请填写博客的 URL | ||
placeholder: 博客的 URL | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: selected_blog_application_content | ||
attributes: | ||
label: 申请原因 | ||
description: 请填写申请精选博客的原因 | ||
placeholder: 请填写申请原因 | ||
validations: | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
name: Project Proposal(项目建议) | ||
description: 项目网站功能、项目相关标准建议 | ||
title: "[Proposal]-<建议方向>-<建议的内容>" | ||
labels: | ||
- Proposal(项目建议) | ||
assignees: | ||
- ohyee | ||
- soxft | ||
- linlinzzo | ||
- MYXXTS | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
## zhblogs Project Proposal 模板 | ||
--- | ||
<strong style="color: #ff0000">请按照已给出的标题格式替换并补充 <> 内部的信息</strong> | ||
非常感谢您给本项目提出的建议,我们会认真对待每一条建议,如果您的建议被采纳,我们会在项目中标注您的贡献。 | ||
请按照下面的模板填写,方便我们更快的了解您对本项目提出的建议。 | ||
- type: dropdown | ||
id: proposal_direction | ||
attributes: | ||
label: 建议方向 | ||
description: 请选择建议的方向 | ||
options: | ||
- 网站功能 | ||
- 项目相关标准 | ||
- 其他 | ||
validations: | ||
required: true | ||
- type: input | ||
id: proposal_direction_other | ||
attributes: | ||
label: 其他建议方向 | ||
description: 如果选择了其他,请填写具体内容 | ||
placeholder: 具体内容 | ||
- type: textarea | ||
id: proposal_content | ||
attributes: | ||
label: 建议内容 | ||
description: 请填写您的建议内容 | ||
placeholder: 建议内容 | ||
validations: | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
name: Join Us(加入我们) | ||
description: 加入我们,一起完善博客导航项目 | ||
title: "[Join]-<您的 Github ID>-申请加入项目组" | ||
labels: | ||
- Join(加入申请) | ||
assignees: | ||
- ohyee | ||
- soxft | ||
- linlinzzo | ||
- MYXXTS | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
## zhblogs Join Us 模板 | ||
--- | ||
<strong style="color: #ff0000">请按照已给出的标题格式替换并补充 <> 内部的信息</strong> | ||
非常感谢您能够加入本项目组,为本项目的发展提供帮助。 | ||
请按照下面的模板填写,方便我们了解您的加入申请 | ||
- type: input | ||
id: github_id | ||
attributes: | ||
label: Github ID | ||
description: 请填写您的 Github ID | ||
placeholder: Github ID | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: join_us_type | ||
attributes: | ||
label: 加入方向 | ||
description: 请选择您的加入方式(可以多选) | ||
multiple: true | ||
options: | ||
- 项目前端开发 | ||
- 项目后端开发 | ||
- 项目数据相关开发(一些同步脚本的自动化开发) | ||
- 项目列表维护(项目列表审核人员) | ||
- 项目文档维护(对项目相关标准进行补充和修正) | ||
- 其他 | ||
validations: | ||
required: true | ||
- type: input | ||
id: join_us_type_other | ||
attributes: | ||
label: 其他加入方向 | ||
description: 如果选择了其他,请填写具体内容 | ||
placeholder: 加入方向 |
Oops, something went wrong.