Skip to content

Commit bd0a241

Browse files
committed
Added Re-Factoring Fourm
1 parent 580db32 commit bd0a241

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.github/ISSUE_TEMPLATE/refactoring.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)