Skip to content

Commit 3e11ce3

Browse files
chore: add bug issue template (#1345)
1 parent deade2d commit 3e11ce3

File tree

1 file changed

+50
-0
lines changed

1 file changed

+50
-0
lines changed

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
name: 🐞 Bug Report
2+
description: Tell us about something that's not working the way we (probably) intend.
3+
body:
4+
- type: dropdown
5+
id: type
6+
attributes:
7+
label: How do you use Sentry?
8+
options:
9+
- Sentry Saas (sentry.io)
10+
- Self-hosted/on-premise
11+
validations:
12+
required: true
13+
- type: input
14+
id: version
15+
attributes:
16+
label: Version
17+
description: Which SDK version?
18+
placeholder: ex. 1.5.2
19+
validations:
20+
required: true
21+
- type: textarea
22+
id: repro
23+
attributes:
24+
label: Steps to Reproduce
25+
description: How can we see what you're seeing? Specific is terrific.
26+
placeholder: |-
27+
1. What
28+
2. you
29+
3. did.
30+
validations:
31+
required: true
32+
- type: textarea
33+
id: expected
34+
attributes:
35+
label: Expected Result
36+
validations:
37+
required: true
38+
- type: textarea
39+
id: actual
40+
attributes:
41+
label: Actual Result
42+
description: Logs? Screenshots? Yes, please.
43+
validations:
44+
required: true
45+
- type: markdown
46+
attributes:
47+
value: |-
48+
## Thanks 🙏
49+
validations:
50+
required: false

0 commit comments

Comments
 (0)