From 7ada39d1ac407772e03b19b51c24ffa1abab49a0 Mon Sep 17 00:00:00 2001 From: dqzboy <42825450+dqzboy@users.noreply.github.com> Date: Mon, 29 May 2023 19:13:56 +0800 Subject: [PATCH] Create 1.issue.yml --- .github/ISSUE_TEMPLATE/1.issue.yml | 61 ++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/1.issue.yml diff --git a/.github/ISSUE_TEMPLATE/1.issue.yml b/.github/ISSUE_TEMPLATE/1.issue.yml new file mode 100644 index 0000000..229a713 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/1.issue.yml @@ -0,0 +1,61 @@ +name: Bugs or issues report 🐛 +description: 项目运行中遇到的Bug或问题。 +labels: ['status: needs check'] +body: + - type: markdown + attributes: + value: | + ### ⚠️ 前置确认 + 1. 网络是否正常 + 2. 是否最新代码 + 3. 服务器是否有足够资源运行程序 + - type: checkboxes + attributes: + label: 前置确认 + options: + - label: 我确认我的网络正常,使用的是最新代码,并且服务器有足够资源运行程序 + required: true + - type: checkboxes + attributes: + label: ⚠️ 搜索issues中是否已存在类似问题 + description: > + 请在 [历史issue](https://github.com/dqzboy/DKube/issues) 中清空输入框,搜索你的问题 + 或相关日志的关键词来查找是否存在类似问题。 + options: + - label: 我已经搜索过issues和disscussions,没有跟我遇到的问题相关的issue + required: true + - type: markdown + attributes: + value: | + 请在上方的`title`中填写你对你所遇到问题的简略总结,这将帮助其他人更好的找到相似问题,谢谢❤️。 + - type: dropdown + attributes: + label: 操作系统类型? + description: > + 请选择你运行程序的操作系统类型。 + options: + - CentOS 7 + - CentOS 8 + - Redhat + - Ubuntu + - Other (请在问题中说明) + validations: + required: true + - type: textarea + attributes: + label: 复现步骤 🕹 + description: | + **⚠️ 不能复现将会关闭issue.** + - type: textarea + attributes: + label: 问题描述 😯 + description: 详细描述出现的问题,或提供有关截图。 + - type: textarea + attributes: + label: 终端日志 📒 + description: | + 在此处粘贴终端日志 + value: | + ```log + <此处粘贴终端日志> + ```