Skip to content

Commit

Permalink
Create feature.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jyj1289 authored Sep 25, 2024
1 parent fd76b81 commit 5117a90
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions .github/ISSUE_TEMPLATE/feature.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
name: "✨ 새로운 기능"
description: "새로운 기능에 대한 이슈를 작성하세요!"
title: "[새기능] "
labels: "새기능"
body:
- type: input
attributes:
label: ✨ 개요
description: 새로운 기능에 대한 설명을 작성해 주세요.
placeholder: 꼼꼼하게 적을수록 좋습니다!
validations:
required: true
- type: textarea
attributes:
label: ✅ 해야 할 일
description: 해야 할 일을 작성해 주세요.
placeholder: |
- [ ] 회원가입 API 구현
- [ ] 회원가입 API 테스트 코드 작성
- [ ] 회원가입 API 문서화
validations:
required: true
- type: textarea
attributes:
label: 🙏🏻 요구사항
description: 개발시 유의해야 할 요구사항을 정리해 주세요.
placeholder: |
- [ ] 하나의 전화번호로 한 번만 가입할 수 있다.
- [ ] 전화번호는 반드시 11글자여야 한다.
validations:
required: true
- type: textarea
attributes:
label: 🙋🏻 덧붙일 말
description: 더 하고 싶은 말이 있다면 작성해 주세요.

0 comments on commit 5117a90

Please sign in to comment.