소스 검색

chore: update tmpl (#23438)

tags/1.7.2
crazywoola 2 달 전
부모
커밋
5eb061466f
No account linked to committer's email address
1개의 변경된 파일5개의 추가작업 그리고 5개의 파일을 삭제
  1. 5
    5
      .github/ISSUE_TEMPLATE/chore.yaml

+ 5
- 5
.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

Loading…
취소
저장