mirror of
https://gitea.shironeko-all.duckdns.org/shironeko/Hytale-F2P-2.git
synced 2026-02-26 10:41:46 -03:00
docs: first draft of issue and PR template
This commit is contained in:
26
.github/PULL_REQUEST_TEMPLATE/hotfix.md
vendored
Normal file
26
.github/PULL_REQUEST_TEMPLATE/hotfix.md
vendored
Normal file
@@ -0,0 +1,26 @@
|
||||
## Description
|
||||
Brief description of the hotfix.
|
||||
|
||||
## Related Issue
|
||||
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
|
||||
Reference in New Issue
Block a user