From 5eb061466f385eb5fc9a686a7ebfc1a59ebf0a33 Mon Sep 17 00:00:00 2001 From: crazywoola <100913391+crazywoola@users.noreply.github.com> Date: Tue, 5 Aug 2025 04:35:30 -0700 Subject: [PATCH] chore: update tmpl (#23438) --- .github/ISSUE_TEMPLATE/chore.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/chore.yaml b/.github/ISSUE_TEMPLATE/chore.yaml index 953399bf77..43449ef942 100644 --- a/.github/ISSUE_TEMPLATE/chore.yaml +++ b/.github/ISSUE_TEMPLATE/chore.yaml @@ -1,6 +1,6 @@ -name: "✨ Enhancement / Refactor" -description: Suggest an enhancement or request a code refactor. -title: "[Enhancement/Refactor] " +name: "✨ Refactor" +description: Refactor existing code for improved readability and maintainability. +title: "[Chore/Refactor] " labels: - refactor body: @@ -8,14 +8,14 @@ body: id: description attributes: label: Description - placeholder: "Describe the enhancement or refactor you are proposing." + placeholder: "Describe the refactor you are proposing." validations: required: true - type: textarea id: motivation attributes: label: Motivation - placeholder: "Why is this enhancement or refactor needed?" + placeholder: "Explain why this refactor is necessary." validations: required: false - type: textarea