Commit 7b399b9 1 parent 82e5bce commit 7b399b9 Copy full SHA for 7b399b9
File tree 7 files changed +97
-0
lines changed
7 files changed +97
-0
lines changed Original file line number Diff line number Diff line change
1
+ * @ SoobinJ @ zermzerm @ qooktree1 @ summerkimm @ youdame
Original file line number Diff line number Diff line change
1
+ body :
2
+ - type : textarea
3
+ attributes :
4
+ label : 🍎 어제 한 일
5
+ placeholder : 어제는 무엇을 했나요?
6
+ validations :
7
+ required : true
8
+
9
+ - type : textarea
10
+ attributes :
11
+ label : 🍑 회의내용
12
+ placeholder : 회의 내용을 적어주세요.
13
+ validations :
14
+ required : true
15
+
16
+ - type : textarea
17
+ attributes :
18
+ label : 🍒 오늘 할일
19
+ placeholder : 오늘 해야할 일을 작성합니다.
20
+ validations :
21
+ required : true
22
+
23
+ - type : textarea
24
+ attributes :
25
+ label : 🍇 TMI
26
+ placeholder : TMI 적어주세요.
Original file line number Diff line number Diff line change
1
+ name : " 💡 Feat"
2
+ description : " 새로운 기능 추가 템틀릿"
3
+ title : " [Feat] "
4
+ labels : " feat"
5
+ body :
6
+ - type : textarea
7
+ attributes :
8
+ label : 📝 설명
9
+ description : 새로운 기능에 대해 설명해주세요.
10
+ placeholder : 기능에 대해서 적어주세요.
11
+ validations :
12
+ required : true
13
+ - type : textarea
14
+ attributes :
15
+ label : ✅ 체크사항
16
+ description : 주어진 기능에 대해서 체크박스를 만들어주세요.
17
+ placeholder : 기능에 대해서 나열해주세요.
18
+ validations :
19
+ required : true
Original file line number Diff line number Diff line change
1
+ name : " 🛠️ Fix"
2
+ description : " Fix 템플릿"
3
+ title : " [Fix] "
4
+ labels : " fix"
5
+ body :
6
+ - type : textarea
7
+ attributes :
8
+ label : 🐞 버그 설명
9
+ description : 버그에 대한 설명을 작성해 주세요.
10
+ validations :
11
+ required : true
12
+ - type : textarea
13
+ attributes :
14
+ label : 🧾 로그
15
+ description : 로그가 있으면 복붙해 주세요.
16
+ render : shell
17
+ validations :
18
+ required : false
Original file line number Diff line number Diff line change
1
+ name : " ♻️ Refactor"
2
+ description : " 리팩토링 템플릿"
3
+ title : " [Refactor] "
4
+ labels : " refactor"
5
+ body :
6
+ - type : textarea
7
+ attributes :
8
+ label : ❓ 이유
9
+ description : 리팩토링을 진행한 이유를 설명해주세요.
10
+ validations :
11
+ required : true
12
+ - type : textarea
13
+ attributes :
14
+ label : ✅ 수정
15
+ description : 수정한 부분을 적어주세요.
16
+ validations :
17
+ required : true
Original file line number Diff line number Diff line change
1
+ ## 🕹️ 작업 내용
2
+
3
+ - [ ]
4
+ - [ ]
5
+
6
+ ## 📋 리뷰 포인트
7
+
8
+ -
9
+ -
10
+
11
+ ## 🔮 기타 사항
12
+
13
+ -
14
+ -
Original file line number Diff line number Diff line change
1
+ addReviewers : false
2
+ addAssignees : author
You can’t perform that action at this time.
0 commit comments