File tree Expand file tree Collapse file tree 1 file changed +42
-0
lines changed
Expand file tree Collapse file tree 1 file changed +42
-0
lines changed Original file line number Diff line number Diff line change 1+ name : QA Task
2+ description : QA용 이슈 템플릿입니다.(기존 JIRA의 이슈와 연동됩니다)
3+ title : " fix] "
4+ labels : ["🐞 fix", "qa"]
5+ body :
6+ - type : input
7+ id : parentKey
8+ attributes :
9+ label : ' 🎟️ 작업 (Ticket Number)'
10+ description : ' 연동할 작업의 Ticket Number를 기입해주세요'
11+ placeholder : ' BOOK-00'
12+ validations :
13+ required : true
14+
15+ - type : input
16+ id : description
17+ attributes :
18+ label : " 🐞 버그 설명"
19+ description : " 어떤 버그인지 명확히 작성해주세요"
20+ validations :
21+ required : true
22+
23+ - type : textarea
24+ id : tasks
25+ attributes :
26+ label : " 🔧 수정할 작업 목록"
27+ description : " 수정해야 할 항목들을 체크리스트로 작성해주세요"
28+ value : |
29+ - [ ] 버그 재현
30+ - [ ] 원인 분석
31+ - [ ] 수정 및 테스트
32+ validations :
33+ required : true
34+
35+ - type : input
36+ id : links
37+ attributes :
38+ label : " 🔗 참고 링크"
39+ description : " 관련 문서, 스크린샷, 로그 등이 있다면 첨부해주세요 (선택)"
40+ placeholder : " https://..."
41+ validations :
42+ required : false
You can’t perform that action at this time.
0 commit comments