Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
53 changes: 53 additions & 0 deletions .github/ISSUE_TEMPLATE/refactor_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
---
name: Refactor request
about: Propose code refactoring to improve structure
title: "refactor: "
labels: refactor
assignees: ""
---

<!--- Provide a general summary of the refactor request in the Title above -->

## Current Behavior

<!--- Describe the current code structure or implementation that needs refactoring -->

## Proposed Refactor

<!--- Explain what you want to refactor and how it should be improved -->

## Motivation and Context

<!--- Why is this refactor needed? What problems does it solve? -->

- [ ] Code maintainability
- [ ] Performance improvement
- [ ] Code readability
- [ ] Remove code duplication
- [ ] Better separation of concerns
- [ ] Follow best practices
- [ ] Other: **[Please specify]**

## Benefits

<!--- Explain how this refactor improves the codebase (e.g., maintainability, performance, readability) -->

## Scope

<!--- What files, components, or modules will be affected? -->

## Possible Implementation

<!--- Not obligatory, but suggest ideas for implementing the refactor -->

## Breaking Changes

<!--- Will this refactor introduce any breaking changes? -->

- [ ] Yes, breaking changes expected
- [ ] No, backward compatible
- [ ] Unsure

## Additional Notes

<!--- Any other context, references, or related issues -->
Loading