Update issue templates

This commit is contained in:
cc
2026-03-16 21:14:11 +08:00
committed by GitHub
parent 0845ee6775
commit 85b5943b9e
7 changed files with 168 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
---
name: 重构与技术债
about: 针对现有代码结构的优化,不涉及业务逻辑改变
title: "[REFACTOR]: <重构模块名>"
labels: 'priority: high'
assignees: ''
---
## 重构背景
<!-- 当前的屎山代码存在什么问题?(如:耦合严重、重复代码、逻辑混乱、性能瓶颈) -->
## 技术债描述
<!-- 这里的技术债具体指什么?是因为赶工留下的,还是旧技术选型过时了? -->
## 重构计划
<!-- 你打算如何分步骤进行? -->
## 回归测试说明
<!-- 重构后如何确保原有业务功能不受影响? -->