-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: 더 하고 싶은 말이 있다면 작성해 주세요. |