Skip to content

Commit 65e645c

Browse files
authored
Merge pull request #114 from tanmaygautam11/feat/refactor-issue-template
feat: add refactor issue template
2 parents 3a15615 + 05f0143 commit 65e645c

File tree

1 file changed

+53
-0
lines changed

1 file changed

+53
-0
lines changed
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
---
2+
name: Refactor request
3+
about: Propose code refactoring to improve structure
4+
title: "refactor: "
5+
labels: refactor
6+
assignees: ""
7+
---
8+
9+
<!--- Provide a general summary of the refactor request in the Title above -->
10+
11+
## Current Behavior
12+
13+
<!--- Describe the current code structure or implementation that needs refactoring -->
14+
15+
## Proposed Refactor
16+
17+
<!--- Explain what you want to refactor and how it should be improved -->
18+
19+
## Motivation and Context
20+
21+
<!--- Why is this refactor needed? What problems does it solve? -->
22+
23+
- [ ] Code maintainability
24+
- [ ] Performance improvement
25+
- [ ] Code readability
26+
- [ ] Remove code duplication
27+
- [ ] Better separation of concerns
28+
- [ ] Follow best practices
29+
- [ ] Other: **[Please specify]**
30+
31+
## Benefits
32+
33+
<!--- Explain how this refactor improves the codebase (e.g., maintainability, performance, readability) -->
34+
35+
## Scope
36+
37+
<!--- What files, components, or modules will be affected? -->
38+
39+
## Possible Implementation
40+
41+
<!--- Not obligatory, but suggest ideas for implementing the refactor -->
42+
43+
## Breaking Changes
44+
45+
<!--- Will this refactor introduce any breaking changes? -->
46+
47+
- [ ] Yes, breaking changes expected
48+
- [ ] No, backward compatible
49+
- [ ] Unsure
50+
51+
## Additional Notes
52+
53+
<!--- Any other context, references, or related issues -->

0 commit comments

Comments
 (0)