Files
localMiniDrama/.github/PULL_REQUEST_TEMPLATE.md
2026-06-30 15:07:31 +08:00

1.4 KiB
Raw Permalink Blame History

改动说明 / Description

改动类型 / Type of Change

  • 🐛 Bug 修复 / Bug fix
  • 新功能 / New feature
  • ♻️ 代码重构 / Refactoring (no functional change)
  • 📝 文档更新 / Documentation update
  • 🎨 UI/样式调整 / UI / style change
  • 性能优化 / Performance improvement
  • 🔧 构建/配置变更 / Build / config change

Closes #

测试说明 / Testing

  • 本地开发模式测试通过 / Tested in dev mode
  • 打包 exe 测试通过 / Tested with packaged exe
  • 相关功能无明显回归 / No obvious regression

截图 / Screenshots

检查清单 / Checklist

  • 代码符合项目现有风格(纯 JavaScript,无 TypeScript/ Code follows project style (vanilla JS)
  • 没有引入不必要的依赖 / No unnecessary new dependencies
  • 如有必要,已更新相关文档 / Documentation updated if needed