更新 .gitea/ISSUE_TEMPLATE/bug_report.yaml
Signed-off-by: IMaster <imaster@noreply.localhost>
This commit is contained in:
parent
4bcf90a203
commit
6694a74e4c
@ -1,41 +0,0 @@
|
|||||||
---
|
|
||||||
name: Bug Report
|
|
||||||
about: Report a bug to help us improve
|
|
||||||
title: ''
|
|
||||||
labels: [bug]
|
|
||||||
assignees: []
|
|
||||||
|
|
||||||
fields:
|
|
||||||
- name: 问题描述
|
|
||||||
description: 请详细描述您遇到的问题
|
|
||||||
type: textarea
|
|
||||||
required: true
|
|
||||||
|
|
||||||
- name: 环境信息
|
|
||||||
description: 请提供操作系统环境、.NET版本 和 Node 版本
|
|
||||||
type: textarea
|
|
||||||
required: true
|
|
||||||
|
|
||||||
- name: 重现步骤
|
|
||||||
description: 请列出重现问题的步骤
|
|
||||||
type: textarea
|
|
||||||
required: true
|
|
||||||
|
|
||||||
- name: 预期结果
|
|
||||||
description: 请描述您期望的结果
|
|
||||||
type: textarea
|
|
||||||
required: true
|
|
||||||
|
|
||||||
- name: 实际结果
|
|
||||||
description: 请描述实际发生的情况
|
|
||||||
type: textarea
|
|
||||||
required: true
|
|
||||||
|
|
||||||
- name: 严重性
|
|
||||||
description: 请选择问题的严重性
|
|
||||||
type: select
|
|
||||||
options:
|
|
||||||
- 低
|
|
||||||
- 中
|
|
||||||
- 高
|
|
||||||
required: true
|
|
||||||
76
.gitea/ISSUE_TEMPLATE/bug_report.yaml
Normal file
76
.gitea/ISSUE_TEMPLATE/bug_report.yaml
Normal file
@ -0,0 +1,76 @@
|
|||||||
|
---
|
||||||
|
name: Bug 反馈
|
||||||
|
about: Report a bug to help us improve
|
||||||
|
title: '[bug]'
|
||||||
|
body:
|
||||||
|
- type: textarea
|
||||||
|
id: content
|
||||||
|
attributes:
|
||||||
|
label: 问题描述
|
||||||
|
description: 请详细描述您遇到的问题
|
||||||
|
placeholder: 填写遇到的问题
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: input
|
||||||
|
id: system
|
||||||
|
attributes:
|
||||||
|
label: 操作系统环境
|
||||||
|
description: 请提供操作系统环境
|
||||||
|
placeholder: Linux、MacOS、Windows、Other
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: input
|
||||||
|
id: net_version
|
||||||
|
attributes:
|
||||||
|
label: .NET版本
|
||||||
|
description: 请提供 .NET版本
|
||||||
|
placeholder: .net6.0、.net7.0、.net8.0、.net9.0
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: input
|
||||||
|
id: node_version
|
||||||
|
attributes:
|
||||||
|
label: Node 版本
|
||||||
|
description: 请提供 Node 版本
|
||||||
|
placeholder: 18.18.0、20.20.4
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
id: steps
|
||||||
|
attributes:
|
||||||
|
label: 重现步骤
|
||||||
|
description: 请列出重现问题的步骤
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
id: expect
|
||||||
|
attributes:
|
||||||
|
label: 预期结果
|
||||||
|
description: 请描述您期望的结果
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
id: result
|
||||||
|
attributes:
|
||||||
|
label: 实际结果
|
||||||
|
description: 请描述实际发生的情况
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: dropdown
|
||||||
|
id: level
|
||||||
|
attributes:
|
||||||
|
label: 严重性
|
||||||
|
description: 请选择问题的严重性
|
||||||
|
options:
|
||||||
|
- 低
|
||||||
|
- 中
|
||||||
|
- 高
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
Loading…
Reference in New Issue
Block a user