File tree 6 files changed +77
-32
lines changed
6 files changed +77
-32
lines changed Original file line number Diff line number Diff line change
1
+ @neko113
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
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
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
1
+ # [ PULL REQUEST ]
2
+
1
3
## 관련 이슈
2
4
3
5
## PR Point
You can’t perform that action at this time.
0 commit comments