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 580db32 commit bd0a241Copy full SHA for bd0a241
.github/ISSUE_TEMPLATE/refactoring.md
@@ -0,0 +1,22 @@
1
+---
2
+name: 🔄 Refactoring Proposal
3
+about: Suggest a code refactoring improvement
4
+title: ''
5
+labels: 'refactoring'
6
+assignees: ''
7
8
+
9
+## Current Code Location
10
+<!-- Specify the file(s) and line numbers where the code needs refactoring -->
11
12
+## Current Implementation
13
+<!-- Describe the current implementation and its issues -->
14
15
+## Proposed Refactoring
16
+<!-- Describe how you would refactor the code -->
17
18
+## Benefits
19
+<!-- List the benefits of this refactoring -->
20
21
+## Additional Context
22
+<!-- Add any other context about the refactoring proposal here -->
0 commit comments