Skip to content

Commit 2c820a2

Browse files
committed
Merge branch 'develop' into feat/PRODUCT-103
# Conflicts: # src/test/resources/application.yml
2 parents 59ec973 + 7835260 commit 2c820a2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+1926
-20
lines changed
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
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+
validations:
31+
required: false
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
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+
validations:
31+
required: false
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
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+
validations:
31+
required: false
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
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+
validations:
31+
required: false
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
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+
validations:
31+
required: false
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
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+
validations:
31+
required: false
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
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+
validations:
31+
required: false
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
name: "CI Template"
2+
description: CI 설정 이슈 템플릿
3+
labels: [ ci ]
4+
title: '[Ci] '
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+
validations:
31+
required: false

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
blank_issues_enabled: false

.github/config/pr-labeler-config.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
fix:
2-
- head-branch: ['^fix/', '^bugfix/', '^hotfix/']
2+
- head-branch: ['^fix/', '^bugfix/']
3+
4+
hotfix:
5+
- head-branch: ['^hotfix/']
36

47
feat:
58
- head-branch: ['^feat/', '^feature/']

0 commit comments

Comments
 (0)