We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a8fdbb commit be0bf51Copy full SHA for be0bf51
.github/PULL_REQUEST_TEMPLATE.md/bug_fix_pr.md
@@ -0,0 +1,20 @@
1
+---
2
+name: 🐞 Bug Fix PR
3
+about: Fix an existing bug or issue
4
+title: "[BUGFIX] "
5
+labels: ["bug", "needs-review"]
6
7
+
8
+### 🧩 Issue Reference
9
+Fixes # (issue number)
10
11
+### 🔍 Root Cause
12
+Explain what caused the bug.
13
14
+### 🧠 Fix Summary
15
+Describe how you fixed it.
16
17
+### ✅ Checklist
18
+- [ ] Verified bug is fixed
19
+- [ ] Added test coverage
20
+- [ ] Confirmed no regressions
0 commit comments