File tree Expand file tree Collapse file tree 16 files changed +260
-114
lines changed
Expand file tree Collapse file tree 16 files changed +260
-114
lines changed Original file line number Diff line number Diff line change 1+ name : " Feat Template"
2+ description : 기타 이슈 템플릿
3+ labels : [ feat ]
4+ title : ' [Feat] '
5+ body :
6+ - type : input
7+ id : parentKey
8+ attributes :
9+ label : ' 🏷️ 상위 작업 (Ticket Number)'
10+ description : ' 상위 작업의 Ticket Number를 기입해주세요'
11+ placeholder : ' PRODUCT-000'
12+ validations :
13+ required : true
14+
15+ - type : textarea
16+ id : details
17+ attributes :
18+ label : ' 🚀 구현 내용'
19+ description : ' 이슈에 대해서 자세히 설명해주세요'
20+ value : |
21+ -
22+ validations :
23+ required : true
24+
25+ - type : input
26+ id : dueDate
27+ attributes :
28+ label : ' 📅 마감일'
29+ description : ' 마감일을 입력해주세요 (YY.MM.DD)'
30+ placeholder : ' '
31+ validations :
32+ required : false
Original file line number Diff line number Diff line change 1+ name : " Fix Template"
2+ description : 수정 이슈 템플릿
3+ labels : [ fix ]
4+ title : ' [Fix] '
5+ body :
6+ - type : input
7+ id : parentKey
8+ attributes :
9+ label : ' 🏷️ 상위 작업 (Ticket Number)'
10+ description : ' 상위 작업의 Ticket Number를 기입해주세요'
11+ placeholder : ' PRODUCT-000'
12+ validations :
13+ required : true
14+
15+ - type : textarea
16+ id : details
17+ attributes :
18+ label : ' 🚀 구현 내용'
19+ description : ' 이슈에 대해서 자세히 설명해주세요'
20+ value : |
21+ -
22+ validations :
23+ required : true
24+
25+ - type : input
26+ id : dueDate
27+ attributes :
28+ label : ' 📅 마감일'
29+ description : ' 마감일을 입력해주세요 (YY.MM.DD)'
30+ placeholder : ' '
31+ validations :
32+ required : false
Original file line number Diff line number Diff line change 1+ name : " Hotfix Template"
2+ description : 핫픽스 이슈 템플릿
3+ labels : [ hotfix ]
4+ title : ' [Hotfix] '
5+ body :
6+ - type : input
7+ id : parentKey
8+ attributes :
9+ label : ' 🏷️ 상위 작업 (Ticket Number)'
10+ description : ' 상위 작업의 Ticket Number를 기입해주세요'
11+ placeholder : ' PRODUCT-000'
12+ validations :
13+ required : true
14+
15+ - type : textarea
16+ id : details
17+ attributes :
18+ label : ' 🚀 구현 내용'
19+ description : ' 이슈에 대해서 자세히 설명해주세요'
20+ value : |
21+ -
22+ validations :
23+ required : true
24+
25+ - type : input
26+ id : dueDate
27+ attributes :
28+ label : ' 📅 마감일'
29+ description : ' 마감일을 입력해주세요 (YY.MM.DD)'
30+ placeholder : ' '
31+ validations :
32+ required : false
Original file line number Diff line number Diff line change 1+ name : " Docs Template"
2+ description : 문서화 이슈 템플릿
3+ labels : [ docs ]
4+ title : ' [Docs] '
5+ body :
6+ - type : input
7+ id : parentKey
8+ attributes :
9+ label : ' 🏷️ 상위 작업 (Ticket Number)'
10+ description : ' 상위 작업의 Ticket Number를 기입해주세요'
11+ placeholder : ' PRODUCT-000'
12+ validations :
13+ required : true
14+
15+ - type : textarea
16+ id : details
17+ attributes :
18+ label : ' 🚀 구현 내용'
19+ description : ' 이슈에 대해서 자세히 설명해주세요'
20+ value : |
21+ -
22+ validations :
23+ required : true
24+
25+ - type : input
26+ id : dueDate
27+ attributes :
28+ label : ' 📅 마감일'
29+ description : ' 마감일을 입력해주세요 (YY.MM.DD)'
30+ placeholder : ' '
31+ validations :
32+ required : false
Original file line number Diff line number Diff line change 1+ name : " Refactor Template"
2+ description : 리팩토링 이슈 템플릿
3+ labels : [ refactor ]
4+ title : ' [Refactor] '
5+ body :
6+ - type : input
7+ id : parentKey
8+ attributes :
9+ label : ' 🏷️ 상위 작업 (Ticket Number)'
10+ description : ' 상위 작업의 Ticket Number를 기입해주세요'
11+ placeholder : ' PRODUCT-000'
12+ validations :
13+ required : true
14+
15+ - type : textarea
16+ id : details
17+ attributes :
18+ label : ' 🚀 구현 내용'
19+ description : ' 이슈에 대해서 자세히 설명해주세요'
20+ value : |
21+ -
22+ validations :
23+ required : true
24+
25+ - type : input
26+ id : dueDate
27+ attributes :
28+ label : ' 📅 마감일'
29+ description : ' 마감일을 입력해주세요 (YY.MM.DD)'
30+ placeholder : ' '
31+ validations :
32+ required : false
Original file line number Diff line number Diff line change 1+ name : " Test Template"
2+ description : 테스트 이슈 템플릿
3+ labels : [ test ]
4+ title : ' [Test] '
5+ body :
6+ - type : input
7+ id : parentKey
8+ attributes :
9+ label : ' 🏷️ 상위 작업 (Ticket Number)'
10+ description : ' 상위 작업의 Ticket Number를 기입해주세요'
11+ placeholder : ' PRODUCT-000'
12+ validations :
13+ required : true
14+
15+ - type : textarea
16+ id : details
17+ attributes :
18+ label : ' 🚀 구현 내용'
19+ description : ' 이슈에 대해서 자세히 설명해주세요'
20+ value : |
21+ -
22+ validations :
23+ required : true
24+
25+ - type : input
26+ id : dueDate
27+ attributes :
28+ label : ' 📅 마감일'
29+ description : ' 마감일을 입력해주세요 (YY.MM.DD)'
30+ placeholder : ' '
31+ validations :
32+ required : false
Original file line number Diff line number Diff line change 1+ name : " Infra Template"
2+ description : 기타 이슈 템플릿
3+ labels : [ chore ]
4+ title : ' [Chore] '
5+ body :
6+ - type : input
7+ id : parentKey
8+ attributes :
9+ label : ' 🏷️ 상위 작업 (Ticket Number)'
10+ description : ' 상위 작업의 Ticket Number를 기입해주세요'
11+ placeholder : ' PRODUCT-000'
12+ validations :
13+ required : true
14+
15+ - type : textarea
16+ id : details
17+ attributes :
18+ label : ' 🚀 구현 내용'
19+ description : ' 이슈에 대해서 자세히 설명해주세요'
20+ value : |
21+ -
22+ validations :
23+ required : true
24+
25+ - type : input
26+ id : dueDate
27+ attributes :
28+ label : ' 📅 마감일'
29+ description : ' 마감일을 입력해주세요 (YY.MM.DD)'
30+ placeholder : ' '
31+ validations :
32+ required : false
Original file line number Diff line number Diff line change 1+ name : " CI Template"
2+ description : CI 설정 이슈 템플릿
3+ labels : [ chore ]
4+ title : ' [Chore] '
5+ body :
6+ - type : input
7+ id : parentKey
8+ attributes :
9+ label : ' 🏷️ 상위 작업 (Ticket Number)'
10+ description : ' 상위 작업의 Ticket Number를 기입해주세요'
11+ placeholder : ' PRODUCT-000'
12+ validations :
13+ required : true
14+
15+ - type : textarea
16+ id : details
17+ attributes :
18+ label : ' 🚀 구현 내용'
19+ description : ' 이슈에 대해서 자세히 설명해주세요'
20+ value : |
21+ -
22+ validations :
23+ required : true
24+
25+ - type : input
26+ id : dueDate
27+ attributes :
28+ label : ' 📅 마감일'
29+ description : ' 마감일을 입력해주세요 (YY.MM.DD)'
30+ placeholder : ' '
31+ validations :
32+ required : false
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments