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 c3f42e6 commit 1bf0430Copy full SHA for 1bf0430
.github/PULL_REQUEST_TEMPLATE.md/refactor_pr.md
@@ -0,0 +1,20 @@
1
+---
2
+name: 🧱 Refactor / Code Cleanup
3
+about: Internal improvements without changing functionality
4
+title: "[REFACTOR] "
5
+labels: ["refactor", "maintenance"]
6
7
+
8
+### 🧠 Purpose
9
+Why this refactor or cleanup is needed.
10
11
+### 🔍 Changes Made
12
+Summarize what was refactored.
13
14
+### 🧩 Verification
15
+Explain how you verified no behavior was changed.
16
17
+### ✅ Checklist
18
+- [ ] Code is cleaner or more efficient
19
+- [ ] No functionality changes
20
+- [ ] Builds and tests pass
0 commit comments