Initial import: Music_Server, MusicFree, catalog-sync

This commit is contained in:
2026-05-23 16:51:14 +08:00
commit 069af30dba
847 changed files with 179878 additions and 0 deletions
+39
View File
@@ -0,0 +1,39 @@
name: "🚀 Performance"
description: "Report a performance issue or regression."
title: "[Perf]: "
labels: ["performance"]
body:
- type: textarea
id: summary
attributes:
label: Summary
placeholder: "What is slow and where?"
validations:
required: true
- type: textarea
id: baseline
attributes:
label: Baseline vs Current
placeholder: |
Baseline: 120ms
Current: 600ms
Regression since: v1.2.0
validations:
required: false
- type: textarea
id: steps
attributes:
label: Steps to reproduce / benchmark
placeholder: "Command / script / dataset / input size..."
validations:
required: true
- type: textarea
id: profiling
attributes:
label: Profiling info
placeholder: "Profiler output, flamegraph, timing breakdown..."
validations:
required: false