File tree 1 file changed +75
-0
lines changed
1 file changed +75
-0
lines changed Original file line number Diff line number Diff line change
1
+ name : Bug Report 🐞
2
+ description : 발견한 버그나 문제를 보고할 때 사용하세요.
3
+ title : " [BUG] 제목을 입력하세요"
4
+ labels : ["bug"]
5
+
6
+ body :
7
+ - type : markdown
8
+ attributes :
9
+ value : |
10
+ ## 🐞 버그 보고 안내
11
+ 발견한 버그나 문제를 작성해주세요.
12
+
13
+ - type : input
14
+ id : bug-summary
15
+ attributes :
16
+ label : 📝 버그 요약
17
+ description : " 발생한 버그를 간단히 요약해주세요."
18
+ placeholder : " 예: 로그인 시 500 오류 발생"
19
+
20
+ - type : textarea
21
+ id : steps-to-reproduce
22
+ attributes :
23
+ label : 🔄 재현 방법
24
+ description : " 문제가 발생하는 단계를 순서대로 작성해주세요."
25
+ placeholder : |
26
+ 1. 로그인 페이지로 이동합니다.
27
+ 2. 사용자 이름과 비밀번호를 입력합니다.
28
+ 3. 로그인 버튼을 클릭합니다.
29
+ 4. 500 오류 메시지가 표시됩니다.
30
+ validations :
31
+ required : true
32
+
33
+ - type : textarea
34
+ id : expected-behavior
35
+ attributes :
36
+ label : ✔️ 예상 동작
37
+ description : " 정상적으로 동작했을 경우의 기대 결과를 작성해주세요."
38
+ placeholder : " 예: 사용자가 대시보드로 이동해야 합니다."
39
+ validations :
40
+ required : true
41
+
42
+ - type : textarea
43
+ id : actual-behavior
44
+ attributes :
45
+ label : ❌ 실제 동작
46
+ description : " 실제로 발생한 결과를 작성해주세요."
47
+ placeholder : " 예: 서버에서 500 내부 서버 오류가 발생합니다."
48
+ validations :
49
+ required : true
50
+
51
+ - type : textarea
52
+ id : environment
53
+ attributes :
54
+ label : 🌐 환경
55
+ description : " 문제가 발생한 환경을 설명해주세요 (운영 체제, 브라우저, 라이브러리 버전 등)."
56
+ placeholder : |
57
+ - 운영 체제: Windows 10
58
+ - 브라우저: Chrome 95
59
+ - 백엔드: Spring Boot 2.5.4
60
+ - 데이터베이스: MySQL 8.0
61
+
62
+ - type : textarea
63
+ id : logs
64
+ attributes :
65
+ label : 🐾 관련 로그
66
+ description : " 관련된 로그나 에러 메시지가 있으면 추가해주세요."
67
+ placeholder : " 로그 메시지를 여기에 붙여넣어 주세요."
68
+ render : shell
69
+
70
+ - type : input
71
+ id : additional-context
72
+ attributes :
73
+ label : 📌 참고 사항
74
+ description : " 버그와 관련된 추가 정보나 참고할 만한 내용을 작성해주세요."
75
+ placeholder : " 예: 다른 페이지에서는 문제가 발생하지 않습니다."
You can’t perform that action at this time.
0 commit comments