Files
Hytale-F2P/.github/PULL_REQUEST_TEMPLATE/hotfix.md
2026-01-23 06:00:36 +08:00

673 B

Description

Brief description of the hotfix.

Fixes # (issue number) - URGENT

Changes Made

  • List the minimal changes made to fix the critical issue
  • Be specific about what was changed

Urgency

Why is this a hotfix? (Critical bug, security issue, production down, etc.)

Testing

  • How was the hotfix tested?
  • What was the minimal testing performed?

Deployment Notes

  • Any special deployment considerations?
  • Rollback plan if needed?

Checklist

  • This is a minimal change addressing only the critical issue
  • No new features or unrelated changes included
  • Basic functionality verified
  • Ready for immediate deployment