38 lines
798 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

name: "紧急修复"
description: "生产环境紧急问题的快速修复"
title: "[Hotfix] "
labels:
- hotfix
assignees: []
body:
- type: textarea
id: issue_summary
attributes:
label: 问题概述
description: 简要描述需紧急修复的问题
placeholder: "在此填写紧急问题描述…"
validations:
required: true
- type: dropdown
id: priority
attributes:
label: 优先级
description: 选择修复优先级
options:
- P0
- P1
- P2
validations:
required: true
- type: input
id: deadline
attributes:
label: 修复截止日期
description: 填写计划完成的日期 (YYYY-MM-DD)
placeholder: "例如2025-06-20"
validations:
required: false