File tree Expand file tree Collapse file tree 4 files changed +67
-50
lines changed Expand file tree Collapse file tree 4 files changed +67
-50
lines changed Original file line number Diff line number Diff line change
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
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments