Browse Source

chore: update tmpl (#23438)

tags/1.7.2
crazywoola 2 months ago
parent
commit
5eb061466f
No account linked to committer's email address
1 changed files with 5 additions and 5 deletions
  1. 5
    5
      .github/ISSUE_TEMPLATE/chore.yaml

+ 5
- 5
.github/ISSUE_TEMPLATE/chore.yaml View File

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: labels:
- refactor - refactor
body: body:
id: description id: description
attributes: attributes:
label: Description label: Description
placeholder: "Describe the enhancement or refactor you are proposing."
placeholder: "Describe the refactor you are proposing."
validations: validations:
required: true required: true
- type: textarea - type: textarea
id: motivation id: motivation
attributes: attributes:
label: Motivation label: Motivation
placeholder: "Why is this enhancement or refactor needed?"
placeholder: "Explain why this refactor is necessary."
validations: validations:
required: false required: false
- type: textarea - type: textarea

Loading…
Cancel
Save