Skip to content

Commit d41585a

Browse files
authored
chore: github issue template제작 (#17)
1 parent 098b940 commit d41585a

File tree

4 files changed

+67
-50
lines changed

4 files changed

+67
-50
lines changed

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
name: Bug Report
2+
description: Report a bug
3+
labels: [bug]
4+
title: '[Bug]:'
5+
body:
6+
- type: textarea
7+
id: description
8+
attributes:
9+
description: 버그에 대해서 설명해주세요.
10+
label: Bug description
11+
validations:
12+
required: true
13+
14+
- type: textarea
15+
id: expected
16+
attributes:
17+
label: Expected behavior
18+
19+
- type: textarea
20+
id: reproduction-steps
21+
attributes:
22+
label: To Reproduce
23+
description: 재현 방법을 자세히 알려주세요. 특정 환경에서만 발생하는 것 같다면, OS와 환경에 대한 정보도 함께 제공해주세요.
24+
placeholder: |
25+
최소한으로 재현 가능한 코드 또는 재현 단계를 설명해주세요. 선택 사항이지만 권장됩니다.
26+
27+
- type: textarea
28+
id: possible-solution
29+
attributes:
30+
label: Possible Solution
31+
placeholder: I think this is probably...
32+
validations:
33+
required: false
34+
35+
- type: textarea
36+
id: etc
37+
attributes:
38+
label: etc.
39+
validations:
40+
required: false

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 31 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 19 deletions
This file was deleted.
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
name: Feature Request
2+
description: Suggest an idea
3+
labels: [feature]
4+
title: '[Feature]:'
5+
body:
6+
- type: textarea
7+
id: description
8+
attributes:
9+
description: 원하시는 기능을 설명해주세요.
10+
label: Description
11+
validations:
12+
required: true
13+
14+
- type: textarea
15+
id: possible-solution
16+
attributes:
17+
label: Possible Solution
18+
placeholder: I think this is probably...
19+
validations:
20+
required: false
21+
22+
- type: textarea
23+
id: etc
24+
attributes:
25+
label: etc.
26+
validations:
27+
required: false

0 commit comments

Comments
 (0)