Files
WeKnora/.github/pull_request_template.md
T
2026-07-28 20:45:30 +08:00

1.6 KiB

Description

Type of Change

  • 🐛 Bug fix
  • New feature
  • 💥 Breaking change
  • 📚 Documentation update
  • 🎨 Refactor
  • Performance improvement
  • 🧪 Test
  • 🔧 Configuration / Build / CI

Fixes #

Testing

Checklist

  • git diff --check origin/main...HEAD passes
  • Changed source files are formatted
  • Targeted tests for the changed packages/components pass
  • Diff-scoped lint passes where applicable (for Go: golangci-lint run --new-from-rev=origin/main ./...)
  • Full-repository checks were run, or any unrelated/environment-dependent failures are documented above
  • Self-reviewed the code
  • Added/updated tests covering the change
  • Updated related documentation (README, docs/, Swagger annotations, etc.)
  • Breaking changes are clearly called out in the description above

Screenshots / Recordings