35 lines
656 B
YAML
35 lines
656 B
YAML
name: Bug 报告
|
|
about: 报告一个 Bug
|
|
title: "[moz] bug: "
|
|
labels:
|
|
- type/bug
|
|
body:
|
|
- type: textarea
|
|
id: description
|
|
attributes:
|
|
label: Bug 描述
|
|
description: 清晰描述什么行为是错误的
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: reproduce
|
|
attributes:
|
|
label: 复现步骤
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: expected
|
|
attributes:
|
|
label: 预期行为
|
|
validations:
|
|
required: true
|
|
- type: dropdown
|
|
id: priority
|
|
attributes:
|
|
label: 优先级
|
|
options:
|
|
- P0 紧急
|
|
- P1 高
|
|
- P2 中
|
|
- P3 低
|