Skip to content

Commit 1db14af

Browse files
Add bug issue template
1 parent e4eebb0 commit 1db14af

File tree

1 file changed

+54
-0
lines changed

1 file changed

+54
-0
lines changed
Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
name: 🪳 Bug report
2+
description: File a bug report
3+
title: "[Bug]: "
4+
labels: ["bug", "triage"]
5+
# assignees:
6+
# - assign your sdk team e.g., onesignal/unity
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: What happened?
16+
description: Provide a thorough description of whats going on.
17+
placeholder: e.g. The latest version of the SDK causes my screen to go blank when I tap on the screen three times.
18+
validations:
19+
required: true
20+
- type: textarea
21+
id: reproduction-steps
22+
attributes:
23+
label: Steps to reproduce?
24+
description: Provide as much detail as posible to reproduce the issue.
25+
placeholder: |
26+
1. Install vX.Y.Z of dependency
27+
2. Launch the app on iOS device
28+
3. Tap the screen three times
29+
4. Note that the app crashes
30+
render: Markdown
31+
validations:
32+
required: true
33+
- type: textarea
34+
id: what-are-expectations
35+
attributes:
36+
label: What did you expect to happen?
37+
description: Also tell us, what did you expect to happen?
38+
placeholder: I expected the app to continue running no matter how many times I tap the screen.
39+
validations:
40+
required: true
41+
- type: textarea
42+
id: logs
43+
attributes:
44+
label: Relevant log output
45+
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
46+
render: Shell
47+
- type: checkboxes
48+
id: terms
49+
attributes:
50+
label: Code of Conduct
51+
description: By submitting this issue, you agree to follow our [Code of Conduct](#insert-project-code-of-conduct-here)
52+
options:
53+
- label: I agree to follow this project's Code of Conduct
54+
required: true

0 commit comments

Comments
 (0)