Skip to content

Commit a3f31a4

Browse files
committed
chore: .github 폴더 수정
1 parent 3d91afd commit a3f31a4

6 files changed

+77
-32
lines changed

.github/CODEOWNERS

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
@neko113

.github/ISSUE_TEMPLATE/bug_report.md

-18
This file was deleted.

.github/ISSUE_TEMPLATE/bug_report.yml

+41
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
name: Bug report
2+
description: File a bug report
3+
title: '❗️ [Bug]: '
4+
labels: ['bug']
5+
assignees:
6+
- neko113
7+
body:
8+
- type: markdown
9+
attributes:
10+
value: |
11+
Thanks for taking the time to fill out this bug report! 🙏
12+
- type: textarea
13+
id: what-happened
14+
attributes:
15+
label: 어떤 일이 발생했나요? 🤔
16+
description: 또한, 어떤 결과를 기대했었는지 알려주세요.
17+
placeholder: 예상치 못한 버그가 발생했습니다...
18+
validations:
19+
required: true
20+
- type: textarea
21+
id: what-caused
22+
attributes:
23+
label: 왜 발생했을까요?
24+
description: 무슨 생각이 드는지 알려주세요.
25+
placeholder: 제 생각에는...
26+
validations:
27+
required: false
28+
- type: textarea
29+
id: logs
30+
attributes:
31+
label: 관련 로그 출력
32+
description: 관련 로그 출력을 복사하여 붙여넣어주세요. 자동으로 코드 형식으로 서식이 지정됩니다.
33+
render: shell
34+
- type: checkboxes
35+
id: terms
36+
attributes:
37+
label: 동의 👍
38+
description:
39+
options:
40+
- label: 다른 이슈가 있는지 확인했습니다. ✅
41+
required: true

.github/ISSUE_TEMPLATE/feature_request.md

-14
This file was deleted.
+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
name: Feature request
2+
description: Request new feature
3+
title: '✨ [Feature Request]: '
4+
labels: ['feature']
5+
assignees:
6+
- neko113
7+
body:
8+
- type: markdown
9+
attributes:
10+
value: |
11+
Thanks for suggesting new feature! 🙏
12+
- type: textarea
13+
id: new-feature
14+
attributes:
15+
label: 어떤 기능을 제안하시나요? 🤔
16+
description: 이 새로운 기능으로 어떤 효과를 기대하시나요? 🚀
17+
placeholder: 이 기능이 있으면 좋겠다면, 이유를 적어주세요...
18+
validations:
19+
required: true
20+
- type: textarea
21+
id: how
22+
attributes:
23+
label: 이 기능은 어떻게 구현할 수 있을까요? 🛠️
24+
description: 필요한 기술 스택이나 구현 방법 등을 알려주세요. 💻
25+
placeholder: Golang로 이러한 방법으로 구현할 수 있습니다...
26+
- type: checkboxes
27+
id: terms
28+
attributes:
29+
label: 동의 👍
30+
description:
31+
options:
32+
- label: 다른 이슈가 있는지 확인했습니다. ✅
33+
required: true

.github/pull_request_template.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# [ PULL REQUEST ]
2+
13
## 관련 이슈
24

35
## PR Point

0 commit comments

Comments
 (0)