File tree Expand file tree Collapse file tree 1 file changed +39
-0
lines changed Expand file tree Collapse file tree 1 file changed +39
-0
lines changed Original file line number Diff line number Diff line change 1+ name : Feature
2+ description : 새로운 기능 개발을 위한 이슈 작성
3+ labels : [feat]
4+ body :
5+ - type : input
6+ id : title
7+ attributes :
8+ label : 기능 요약
9+ description : 어떤 기능을 추가하나요?
10+ placeholder : " 예: 커뮤니티 게시판 작성 기능"
11+ validations :
12+ required : true
13+
14+ - type : textarea
15+ id : description
16+ attributes :
17+ label : 상세 설명
18+ description : 기능을 구체적으로 설명해주세요.
19+ placeholder : " 어떤 문제를 해결하는지, 어떤 동작을 기대하는지"
20+ validations :
21+ required : true
22+
23+ - type : textarea
24+ id : todo
25+ attributes :
26+ label : To-do
27+ description : 해야 할 작업을 체크리스트로 작성해주세요.
28+ value : |
29+ - [ ] 작업 1
30+ - [ ] 작업 2
31+
32+ - type : input
33+ id : branch
34+ attributes :
35+ label : 브랜치 이름 (영문)
36+ description : 브랜치 네이밍 규칙을 참고해 입력해주세요.
37+ placeholder : " 예: ai-apply-llm"
38+ validations :
39+ required : false
You can’t perform that action at this time.
0 commit comments