Update 01_bug_report.yml

This commit is contained in:
JieXu 2025-10-21 00:21:03 +08:00 committed by GitHub
parent 68cd37e753
commit ccb2fdfd22
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,91 +3,91 @@ description: 在提出问题前请先自行排除服务器端问题和升级到
title: "[Bug]: " title: "[Bug]: "
labels: ["bug"] labels: ["bug"]
body: body:
  - type: markdown - type: markdown
    attributes: attributes:
      value: | value: |
        # 🐞 报告 Bug 前请务必确认以下事项: # 🐞 报告 Bug 前请务必确认以下事项:
       
        > **✓ 已自行排除服务器端问题。**
        > **✓ 已升级到最新客户端版本。**
        > **✓ 已通过搜索确认是否有人提出过相同问题。**
        > **✓ 已确认自己的电脑系统环境是受支持的。**
        --- > **✓ 已自行排除服务器端问题。**
> **✓ 已升级到最新客户端版本。**
> **✓ 已通过搜索确认是否有人提出过相同问题。**
> **✓ 已确认自己的电脑系统环境是受支持的。**
  - type: input ---
    id: "os-version"
    attributes:
      label: "操作系统和版本"
      description: "操作系统和版本"
    validations:
      required: true
  - type: input - type: input
    id: "expectation" id: "os-version"
    attributes: attributes:
      label: "预期情况" label: "操作系统和版本"
      description: "描述你认为应该发生什么" description: "操作系统和版本"
    validations: validations:
      required: true required: true
  - type: textarea - type: input
    id: "describe-the-bug" id: "expectation"
    attributes: attributes:
      label: "实际情况" label: "预期情况"
      description: "描述实际发生了什么" description: "描述你认为应该发生什么"
    validations: validations:
      required: true required: true
  - type: textarea - type: textarea
    id: "reproduction-method" id: "describe-the-bug"
    attributes: attributes:
      label: "复现方法" label: "实际情况"
      description: "在BUG出现前执行了哪些操作" description: "描述实际发生了什么"
      placeholder: "标序号" validations:
    validations: required: true
      required: true
  - type: textarea - type: textarea
    id: "log" id: "reproduction-method"
    attributes: attributes:
      label: "日志信息" label: "复现方法"
      description: "位置在软件当前目录下的guiLogs" description: "在BUG出现前执行了哪些操作"
      placeholder: "在日志开始和结束位置粘贴冒号后的内容:```" placeholder: "标序号"
    validations: validations:
      required: true required: true
  - type: textarea - type: textarea
    id: "more" id: "log"
    attributes: attributes:
      label: "额外信息" label: "日志信息"
      description: "可选" description: "位置在软件当前目录下的guiLogs"
    validations: placeholder: "在日志开始和结束位置粘贴冒号后的内容:```"
      required: false validations:
required: true
  - type: checkboxes - type: textarea
    id: "latest-version" id: "more"
    attributes: attributes:
      label: "我确认已更新至最新版本" label: "额外信息"
      description: "否则请更新后尝试" description: "可选"
      options: validations:
        - label: required: false
          required: true
  - type: checkboxes - type: checkboxes
    id: "issues" id: "latest-version"
    attributes: attributes:
      label: "我确认已查询历史issues" label: "我确认已更新至最新版本"
      description: "否则请查询后提出" description: "否则请更新后尝试"
      options: options:
        - label: - label:
          required: true required: true
  - type: checkboxes - type: checkboxes
    id: "system-version" id: "issues"
    attributes: attributes:
      label: "我确认系统版本是受支持的" label: "我确认已查询历史issues"
      description: "否则请切换后尝试" description: "否则请查询后提出"
      options: options:
        - label: - label:
          required: true required: true
- type: checkboxes
id: "system-version"
attributes:
label: "我确认系统版本是受支持的"
description: "否则请切换后尝试"
options:
- label:
required: true