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:
20
.github/ISSUE_TEMPLATE/性能优化.md
vendored
Normal file
20
.github/ISSUE_TEMPLATE/性能优化.md
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
---
|
||||
name: 性能优化
|
||||
about: 报告性能瓶颈并提议优化方案
|
||||
title: "[PERF]: <优化点名称>"
|
||||
labels: 'type: enhancement'
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
## 当前性能现状
|
||||
<!-- 请提供具体的度量数据。例如:加载时间 5s,内存占用 500MB 等 -->
|
||||
|
||||
## 瓶颈分析
|
||||
<!-- 是否使用了 Profiling 工具(如 Chrome DevTools, PySpy 等)?请附上截图或日志 -->
|
||||
|
||||
## 预期优化目标
|
||||
<!-- 优化后希望达到的数值 -->
|
||||
|
||||
## 优化思路
|
||||
<!-- 你的方案(例如:增加缓存、改异步、算法优化 -->
|
||||
Reference in New Issue
Block a user