Skip to content

Conversation

tanmaygautam11
Copy link
Contributor

Add refactor issue template

Description

Added a new issue template for refactor requests (refactor_request.md) following the existing project's code style and structure.

Related Issue

Fixes #109

Motivation and Context

The project was missing a dedicated template for refactoring proposals. This template helps contributors clearly articulate refactoring needs and maintains consistency with existing issue templates.

Types of Changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Enhancement (improvement to an existing feature)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Test (adds or updates tests only)
  • Documentation (non-code change)

Checklist

  • My code follows the code style of this project
  • My change requires a change to the documentation
  • I have updated the documentation accordingly
  • I have added tests to cover my changes
  • All new and existing tests passed

@Copilot Copilot AI review requested due to automatic review settings October 10, 2025 04:01
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds a new GitHub issue template for refactoring requests to improve the project's issue management structure. The template provides a standardized format for contributors to propose code refactoring initiatives.

  • Adds a comprehensive refactor request template with structured sections for current behavior, proposed changes, motivation, and impact assessment
  • Includes predefined checkboxes for common refactoring motivations and breaking change indicators
  • Follows established GitHub issue template conventions with YAML frontmatter configuration

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Copy link

netlify bot commented Oct 10, 2025

Deploy Preview for paisable canceled.

Name Link
🔨 Latest commit 05f0143
🔍 Latest deploy log https://app.netlify.com/projects/paisable/deploys/68e88589c8bfcd000749e41c

Copy link
Member

@archa8 archa8 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@archa8 archa8 merged commit 65e645c into Code-A2Z:master Oct 10, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

proposal: Add a dedicated refactor issue template for contributors

2 participants