-
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: "🙌 개선하기" | ||
description: "더 나은 서비스를 위하여! 위하여~" | ||
title: "[개선] " | ||
labels: "개선" | ||
body: | ||
- type: textarea | ||
attributes: | ||
label: 🙌 개선 방향 | ||
description: 개선 방향을 작성해 주세요. | ||
placeholder: 꼼꼼하게 적을수록 좋습니다! | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: 💻 코드 | ||
description: 관련 코드가 있다면 복붙해 주세요. | ||
validations: | ||
required: false | ||
- type: textarea | ||
attributes: | ||
label: 🏄♂️ 참고 자료 | ||
description: 참고 자료가 있다면 작성해 주세요. |