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 41389b1 commit c30636f
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion .github/ISSUE_TEMPLATE/feature.yml
Original file line number Diff line number Diff line change
@@ -1 +1,22 @@
# init-frontend
name: "✨ Feature"
description: "새로운 기능 또는 명세가 있나요?"
labels: "✨ Feature"
body:
- type: textarea
attributes:
label: 📄 Describe
description: 새로운 기능에 대한 설명을 작성해 주세요.
placeholder: 자세히 적을수록 좋습니다!
validations:
required: true
- type: textarea
attributes:
label: ✅ Tasks
description: 해야 하는 일에 대한 Tasks를 작성해 주세요.
placeholder: 최대한 세분화 해서 적어주세요!
validations:
required: true
- type: textarea
attributes:
label: 🙋🏻 More
description: 더 하고 싶은 말이 있다면 작성해 주세요.

0 comments on commit c30636f

Please sign in to comment.