-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbug_report.yml
More file actions
78 lines (71 loc) · 1.9 KB
/
bug_report.yml
File metadata and controls
78 lines (71 loc) · 1.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
name: Bug Report
description: Report a bug or unexpected behavior
title: "[Bug]: "
labels: ["bug", "triage"]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to report a bug. Please fill out the sections below.
- type: textarea
id: description
attributes:
label: Bug Description
description: A clear, concise description of the bug
placeholder: What happened?
validations:
required: true
- type: textarea
id: expected
attributes:
label: Expected Behavior
description: What did you expect to happen?
placeholder: What should have happened?
validations:
required: true
- type: textarea
id: reproduction
attributes:
label: Steps to Reproduce
description: Minimal steps to reproduce the issue
placeholder: |
1. Go to '...'
2. Run '...'
3. See error
validations:
required: true
- type: textarea
id: environment
attributes:
label: Environment
description: Relevant environment details
placeholder: |
- OS: [e.g., macOS 14.0, Ubuntu 22.04]
- Version: [e.g., v1.2.3]
- Runtime: [e.g., Node 20, Python 3.11]
validations:
required: true
- type: textarea
id: logs
attributes:
label: Relevant Logs
description: Error messages, stack traces, or relevant output
render: shell
validations:
required: false
- type: textarea
id: additional
attributes:
label: Additional Context
description: Any other relevant information
validations:
required: false
- type: checkboxes
id: checklist
attributes:
label: Checklist
options:
- label: I have searched existing issues to ensure this isn't a duplicate
required: true
- label: I have included all relevant information above
required: true