mirror of
https://github.com/hicccc77/WeFlow.git
synced 2026-03-24 23:06:51 +00:00
Update issue templates
This commit is contained in:
21
.github/ISSUE_TEMPLATE/重构与技术债.md
vendored
Normal file
21
.github/ISSUE_TEMPLATE/重构与技术债.md
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
name: 重构与技术债
|
||||
about: 针对现有代码结构的优化,不涉及业务逻辑改变
|
||||
title: "[REFACTOR]: <重构模块名>"
|
||||
labels: 'priority: high'
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
## 重构背景
|
||||
<!-- 当前的屎山代码存在什么问题?(如:耦合严重、重复代码、逻辑混乱、性能瓶颈) -->
|
||||
|
||||
## 技术债描述
|
||||
<!-- 这里的技术债具体指什么?是因为赶工留下的,还是旧技术选型过时了? -->
|
||||
|
||||
## 重构计划
|
||||
<!-- 你打算如何分步骤进行? -->
|
||||
|
||||
|
||||
## 回归测试说明
|
||||
<!-- 重构后如何确保原有业务功能不受影响? -->
|
||||
Reference in New Issue
Block a user