Skip to content

Commit

Permalink
Create review.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jyj1289 authored Sep 25, 2024
1 parent 80ae794 commit 35c1a1c
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/ISSUE_TEMPLATE/review.yml
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: 참고 자료가 있다면 작성해 주세요.

0 comments on commit 35c1a1c

Please sign in to comment.