Skip to content

Commit

Permalink
docs: 이슈 템플릿 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
phk1128 authored Aug 3, 2024
1 parent c13c4b1 commit c9c430d
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/refactor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: "\U0001F528 Refactor"
description: "리팩터링을 해야할 부분이 있나요?"
labels: "\U0001F528 Refactor"
body:
- type: textarea
attributes:
label: 🔨 Describe
description: 왜 리팩터링을 해야하는지 설명해주세요!
placeholder: 자세히 적을수록 좋습니다!
validations:
required: true
- type: textarea
attributes:
label: ✅ Tasks
description: 리팩터링을 할 부분에 대해서 자세히 작성해 주세요.
placeholder: 최대한 세분화 해서 적어주세요!
validations:
required: true
- type: textarea
attributes:
label: 🙋🏻 More
description: 더 하고 싶은 말이 있다면 작성해 주세요.

0 comments on commit c9c430d

Please sign in to comment.