Files
sanguo_moziplus_v2/.gitea/ISSUE_TEMPLATE/bug.yml
T
cfdaily a89a70a983
CI / lint (pull_request) Successful in 7s
CI / test (pull_request) Successful in 30s
CI / notify-on-failure (pull_request) Successful in 0s
feat: Gitea 协作规范落地 — 标题前缀+Label+模板+L2注入
2026-06-14 11:51:57 +08:00

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 低