Skip to content

Commit 4ab1870

Browse files
SarahMMetafacebook-github-bot
authored andcommitted
Create Issue Template
Summary: Add a bug report issue template Reviewed By: dinversinimeta, AlexThiv Differential Revision: D75426482 fbshipit-source-id: 33b14a759d8f988e2e2ab2a1fd49af0e0ce08977
1 parent dcf51ba commit 4ab1870

File tree

1 file changed

+52
-0
lines changed

1 file changed

+52
-0
lines changed
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
name: 🐛 Bug Report
2+
description: Report a reproducible bug or regression.
3+
title: '[BUG] '
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: Thank you for taking the time to report an issue!
8+
- type: input
9+
id: version
10+
attributes:
11+
label: Unity version
12+
placeholder: 2022.3.22f1
13+
validations:
14+
required: true
15+
- type: checkboxes
16+
id: where
17+
attributes:
18+
label: Where does the issue occur?
19+
options:
20+
- label: In Unity Editor
21+
required: false
22+
- label: In Quest builds
23+
required: false
24+
- type: textarea
25+
id: description
26+
attributes:
27+
label: Description
28+
description: A clear and concise description of what the bug is.
29+
validations:
30+
required: true
31+
- type: textarea
32+
id: reproduction
33+
attributes:
34+
label: Steps to reproduce
35+
description: The list of steps that reproduce the issue.
36+
validations:
37+
required: true
38+
- type: textarea
39+
id: logs
40+
attributes:
41+
label: Logs
42+
description: |
43+
For in-editor bugs, paste the logs from the "Console" window in the Unity Editor.
44+
For on-device Quest bugs, paste the output of `adb logcat -s "Unity"`
45+
render: text
46+
validations:
47+
required: true
48+
- type: textarea
49+
id: extra
50+
attributes:
51+
label: Additional info
52+
description: Please provide screenshots, a video, or any other relevant information.

0 commit comments

Comments
 (0)