Create bugfix.md (#45)

This commit is contained in:
Wei Fu 2025-05-25 16:59:45 +08:00 committed by GitHub
parent 919b2872a2
commit 5236f382b1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 12 additions and 0 deletions

12
.github/PULL_REQUEST_TEMPLATE/bugfix.md vendored Normal file
View File

@ -0,0 +1,12 @@
## Description
Fixes #[issue_number]
**Root Cause**
[Briefly explain the underlying problem]
**Solution**
[Describe your fix and why it works]
**Testing**
- [ ] Confirmed no breaking changes