From 973a6ec71969a0f0881600f23b766a0b0b7b23b3 Mon Sep 17 00:00:00 2001 From: Cp0204 Date: Tue, 27 Feb 2024 20:07:48 +0800 Subject: [PATCH] Create bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 51 +++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.yml diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 0000000..1415f6a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -0,0 +1,51 @@ +name: Bug Report +description: Create a report to help us improve +title: "[Bug] " +labels: ["bug"] + +body: + - type: markdown + attributes: + value: | + Thanks for taking the time to fill out this bug report! Please searched for historical issues and check README before opening this issue. + + 感谢您抽出宝贵的时间填写此报告!请确认打开此问题前已搜索历史 Issues 并阅读 README。 + - type: textarea + id: what-happened + attributes: + label: What happened + description: 问题描述和复现步骤 + placeholder: 问题的具体描述,尽量详细 + validations: + required: true + - type: textarea + id: config-log + attributes: + label: Config & Log + description: 配置、日志和API请求返回,有效的信息能帮助我更准确地定位问题 + value: | + #### Config + ```json + {} + ``` + #### Log + ``` + text + ``` + - type: dropdown + id: environment + attributes: + label: Operating environment + description: 运行环境 + options: + - Qinglong + - Python + - Docker + validations: + required: true + - type: input + id: version + attributes: + label: Environment version + description: 运行环境(Qinglong、Python、Docker)的版本 + placeholder: ex. v2.17.1 \ No newline at end of file