From fb9d0cb22c50aa22ff1cdc5ef64be4972066355f Mon Sep 17 00:00:00 2001 From: chen08209 Date: Sat, 19 Apr 2025 22:27:51 +0800 Subject: [PATCH] Add issues template --- .github/ISSUE_TEMPLATE/bug_report.yml | 57 ++++++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 4 ++ .github/ISSUE_TEMPLATE/feature_request.yml | 42 ++++++++++++++++ 3 files changed, 103 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.yml create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/ISSUE_TEMPLATE/feature_request.yml diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 0000000..81789f8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -0,0 +1,57 @@ +name: 问题反馈 / Bug report +title: "[BUG] " +description: 反馈你遇到的问题 / Report the issue you are experiencing + +body: + - type: markdown + attributes: + value: | + ## 在提交问题之前,请确认以下事项: + 1. 请务必给issue填写一个简洁明了的标题,以便他人快速检索 + 2. 请确保[已有的问题](https://github.com/chen08209/FlClash/issues?q=is%3Aissue) 中没有人提交过相似issue,否则请在已有的issue下进行讨论 + 3. 请务必按照模板规范详细描述问题,否则issue将会被直接关闭 + ## Before submitting the issue, please make sure of the following checklist: + 1. Please be sure to fill in a concise and clear title for the issue so that others can quickly search + 2. Please make sure there is no similar issue in the [existing issues](https://github.com/chen08209/FlClash/issues?q=is%3Aissue), otherwise please discuss under the existing issue + 3. Please describe the problem in detail according to the template specification, otherwise issue will be closed directly. + - type: textarea + id: description + attributes: + label: 问题描述 / Describe the bug + description: 详细清晰地描述你遇到的问题,并配合截图 / Describe the problem you encountered in detail and clearly, and provide screenshots + validations: + required: true + - type: textarea + attributes: + label: 软件版本 / Version + description: 请提供FlClash的具体版本 / Please provide the specific version of FlClash. + validations: + required: true + - type: textarea + attributes: + label: 复现步骤 / To Reproduce + description: 请提供复现问题的步骤 / Steps to reproduce the behavior + validations: + required: true + - type: dropdown + attributes: + label: 操作系统 / OS + options: + - Android + - Windows + - MacOS + - Linux + validations: + required: true + - type: input + attributes: + label: 操作系统版本 / OS Version + description: 请提供你的操作系统版本,Linux请额外提供桌面环境及窗口系统 / Please provide your OS version, for Linux, please also provide the desktop environment and window system + validations: + required: true + - type: textarea + attributes: + label: 日志(勿上传日志文件,请粘贴日志内容) / Log (Do not upload the log file, paste the log content directly) + description: 请提供完整或相关部分的Debug日志(请在“软件左侧菜单”->“设置”->“日志等级”调整到debug / Please provide a complete or relevant Debug log (please adjust it to debug in the left menu of software-> Settings-> Log Level) + validations: + required: true \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..4259a16 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,4 @@ +contact_links: + - name: 讨论交流 / Communication + url: https://t.me/+G-veVtwBOl4wODc1 + about: 在 Telegram 群组中与其他用户讨论交流 / Communicate with other users in the Telegram group \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml new file mode 100644 index 0000000..575021d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -0,0 +1,42 @@ +name: 功能请求 / Feature request +title: "[Feature] " +description: 提出你的功能请求 / Propose your feature request + +body: + - type: markdown + attributes: + value: | + ## 在提交问题之前,请确认以下事项: + 1. 请务必给issue填写一个简洁明了的标题,以便他人快速检索 + 2. 请确保[已有的问题](https://github.com/chen08209/FlClash/issues?q=is%3Aissue) 中没有人提交过相似issue,否则请在已有的issue下进行讨论 + 3. 请务必按照模板规范详细描述问题,否则issue将会被直接关闭 + ## Before submitting the issue, please make sure of the following checklist: + 1. Please be sure to fill in a concise and clear title for the issue so that others can quickly search + 2. Please make sure there is no similar issue in the [existing issues](https://github.com/chen08209/FlClash/issues?q=is%3Aissue), otherwise please discuss under the existing issue + 3. Please describe the problem in detail according to the template specification, otherwise issue will be closed directly. + + - type: textarea + id: description + attributes: + label: 功能描述 / Feature description + description: 详细清晰地描述你的功能请求 / A clear and concise description of what the feature is + validations: + required: true + - type: textarea + attributes: + label: 使用场景 / Use case + description: 请描述你的功能请求的使用场景 / Please describe the use case of your feature request + validations: + required: true + - type: checkboxes + id: os-labels + attributes: + label: 适用系统 / Target OS + description: 请选择该功能适用的操作系统(至少选择一个) / Please select the operating system(s) for this feature request (select at least one) + options: + - label: Android + - label: Windows + - label: MacOS + - label: Linux + validations: + required: true \ No newline at end of file