Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add refactor issue form #1911

Merged
37 changes: 37 additions & 0 deletions .github/ISSUE_TEMPLATE/refactor_code.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
name: Refactor Code 🔧
description: Use this label for code refactoring tasks.
title: "[Refactor] <write what you want to add>"
labels: ["goal: refactor", "🚦status: awaiting triage"]
Anmol-Baranwal marked this conversation as resolved.
Show resolved Hide resolved
body:
- type: input
id: refactor_input
attributes:
label: File Name
description: "Enter the file that you want to refactor in the codebase."
placeholder: "For example - searchProject.ts"
validations:
required: true
- type: textarea
id: refactor_description
attributes:
label: "Reason for Refactoring the Code"
description: "Describe what improvements can be made in the codebase without introducing breaking changes."
validations:
required: true
- type: checkboxes
id: refactor_terms
attributes:
label: "Record"
options:
- label: I have checked the existing [issues](https://github.com/priyankarpal/ProjectsHut/issues)
required: true

- label: I have read the [Contributing Guidelines](https://github.com/priyankarpal/ProjectsHut/blob/main/contributing.md)
required: true

- label: I agree to follow this project's [Code of Conduct](https://github.com/priyankarpal/ProjectsHut/blob/main/CODE_OF_CONDUCT.md)
required: true

- label: I'm a GSSoC'23 contributor

- label: I want to work on this issue