From c2dfc9c8e91d68833cda8a7707a6f65f03118f8f Mon Sep 17 00:00:00 2001 From: icyleaf Date: Mon, 8 Apr 2024 12:40:25 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=20issue=20template?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../deploy-script-issue-report.md | 18 ---------- .../deploy-script-issue-report.yaml | 33 +++++++++++++++++++ 2 files changed, 33 insertions(+), 18 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/deploy-script-issue-report.md create mode 100644 .github/ISSUE_TEMPLATE/deploy-script-issue-report.yaml diff --git a/.github/ISSUE_TEMPLATE/deploy-script-issue-report.md b/.github/ISSUE_TEMPLATE/deploy-script-issue-report.md deleted file mode 100644 index ee06243..0000000 --- a/.github/ISSUE_TEMPLATE/deploy-script-issue-report.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -name: 部署脚本问题 | Deploy script issue report -about: 仅涉及本仓库部署脚本相关问题 | Only if there is any problem related to deployment scripts - of this warehouse -title: '' -labels: '' -assignees: '' - ---- - -**描述问题 | Describe the bug** -A clear and concise description of what the bug is. - -**期望结果 | Expected behavior** -A clear and concise description of what you expected to happen. - -**附上日志文件 | Additional log file context** -Add the content of generated `zealot_install_log-****.txt` file. diff --git a/.github/ISSUE_TEMPLATE/deploy-script-issue-report.yaml b/.github/ISSUE_TEMPLATE/deploy-script-issue-report.yaml new file mode 100644 index 0000000..ea09148 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/deploy-script-issue-report.yaml @@ -0,0 +1,33 @@ +name: 部署脚本问题 | Deploy script issue report +description: 仅涉及本仓库部署脚本相关问题 | Only if there is any problem related to deployment scripts + of this warehouse +title: "[Bug]: " +labels: ["bug"] +body: + - type: markdown + attributes: + value: | + **请务必保证提出的问题已经仔细阅读了[部署](https://zealot.ews.im/#/deployment)和[参数配置](https://zealot.ews.im/#/configuration)文档,否则不予提供技术帮助 !!!** + + 为了更好的发现问题,请认真填写下面的选项,感谢您付出的时间! + Thanks for taking the time to fill out this bug report! + - type: checkboxes + id: document + attributes: + label: 已阅读文档 | Read the document + description: 提交本问题标识你已经阅读部署和配置文档 | By submitting this issue, you read our [deployment and configuration](https://zealot.ews.im) + options: + - label: 已阅读 | Yes + required: true + - type: textarea + attributes: + label: 描述 | Description + description: 请描述你的问题,尽可能提供[最小化重现](https://antfu.me/posts/why-reproductions-are-required-zh) | Please describe your bug and provide [minimal reproductions](https://antfu.me/posts/why-reproductions-are-required). + - type: textarea + id: logs + attributes: + label: 部署脚本日志 | deploy log output + description: | + 请直接复制粘贴生成的 `zealot_install_log-****.txt` 日志文件内容 + Add the content of generated `zealot_install_log-****.txt` file. + render: shell