diff --git a/.github/ISSUE_TEMPLATE/漏洞反馈.yml b/.github/ISSUE_TEMPLATE/漏洞反馈.yml index dade3887..3aa60efc 100644 --- a/.github/ISSUE_TEMPLATE/漏洞反馈.yml +++ b/.github/ISSUE_TEMPLATE/漏洞反馈.yml @@ -22,7 +22,7 @@ body: attributes: label: 系统环境 description: 操作系统、系统架构。 - placeholder: 例如: CentOS x64、Windows11 + placeholder: 例如: CentOS x64、Windows11 validations: required: true - type: input @@ -30,7 +30,7 @@ body: attributes: label: Python环境 description: 运行程序的Python版本 - placeholder: 例如: Python 3.10 + placeholder: 例如: Python 3.10 validations: required: true - type: textarea