chore: update tmpl (#23438)

This commit is contained in:
crazywoola 2025-08-05 04:35:30 -07:00 committed by GitHub
parent 52050d3dff
commit 5eb061466f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 5 deletions

View File

@ -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