Skip to content

Commit

Permalink
更新 GitHub issue 模板
Browse files Browse the repository at this point in the history
  • Loading branch information
Zzaphkiel committed Jan 13, 2024
1 parent e689237 commit 96509fb
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion .github/ISSUE_TEMPLATE/bugreport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,14 @@ body:
placeholder: 描述一下问题出现前您进行的操作,或者您知道的问题复现方法。可以使用图片或视频帮助说明。
validations:
required: false
- type: textarea
id: log
attributes:
label: 日志文件
description: 上传日志文件帮助我们更好的定位问题
placeholder: 日志文件在 Seraphine 目录下的 log 文件夹中
validations:
required: false
- type: input
id: server
attributes:
Expand All @@ -83,7 +91,7 @@ body:
- type: checkboxes
id: confirm-unduplicate
attributes:
label: 我已经查看了之前(包括已经关闭)的 issue,但并没有与我相同的问题
label: 我已经查看了之前**(包括已经关闭)**的 [issues](https://github.com/Zzaphkiel/Seraphine/issues?q=is%3Aopen+is%3Aissue),但并没有与我相同的问题
options:
- label:
required: true
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/enhancement.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ body:
- type: checkboxes
id: confirm-unduplicate
attributes:
label: 我已经查看了之前(包括已经关闭)的 issue,但并没有与我相同的建议
label: 我已经查看了之前**(包括已经关闭)**的 [issues](https://github.com/Zzaphkiel/Seraphine/issues?q=is%3Aopen+is%3Aissue),但并没有与我相同的建议
options:
- label:
required: true
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/question.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ body:
- type: checkboxes
id: confirm-unduplicate
attributes:
label: 我已经查看了之前(包括已经关闭)的 issue,但这并不能解决我的问题
label: 我已经查看了之前**(包括已经关闭)**的 [issues](https://github.com/Zzaphkiel/Seraphine/issues?q=is%3Aopen+is%3Aissue),但这并不能解决我的问题
options:
- label:
required: true
Expand Down

0 comments on commit 96509fb

Please sign in to comment.