diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 7ded46b..1976a6b 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -7,7 +7,7 @@ body: attributes: value: | 感谢对项目的支持与关注。在提出问题之前,请确保你已查看相关开发或使用文档: - - https://yenai.trss.me + - [Yenai-Plugin文档](https://yenai.trss.me) - type: checkboxes attributes: @@ -73,8 +73,8 @@ body: attributes: label: 错误日志或截图 description: 如果有的话,请附上相关错误日志或截图。 - value: | - [在这里上传截图或错误日志] + placeholder: | + 在这里上传截图或错误日志 - type: dropdown attributes: @@ -102,5 +102,5 @@ body: attributes: label: Yenai-Plugin是否为当前最新版本? options: - - label: 我最近已使用过 \#椰奶更新 命令进行更新最新版本 + - label: 我最近已使用过`#椰奶更新`命令进行更新最新版本 required: true \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/docs.yml b/.github/ISSUE_TEMPLATE/docs.yml index 438c661..7a75cb7 100644 --- a/.github/ISSUE_TEMPLATE/docs.yml +++ b/.github/ISSUE_TEMPLATE/docs.yml @@ -6,7 +6,7 @@ body: - type: input attributes: label: 文档位置 - description: 请指明文档位置(链接、文件名等)。。 + description: 请指明文档位置(链接、文件名等)。 validations: required: true