Skip to content

Commit b1de7b8

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 ef26231 commit b1de7b8

1 file changed

Lines changed: 66 additions & 0 deletions

File tree

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
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.15f1
13+
validations:
14+
required: true
15+
- type: input
16+
id: core-version
17+
attributes:
18+
label: Meta XR Core SDK version
19+
placeholder: v74
20+
validations:
21+
required: true
22+
- type: input
23+
id: OS
24+
attributes:
25+
label: Which OS are you using?
26+
placeholder: Windows 10, 11, MacOS, Linux, etc.
27+
validations:
28+
required: true
29+
- type: checkboxes
30+
id: where
31+
attributes:
32+
label: Where does the issue occur?
33+
options:
34+
- label: In Unity Editor
35+
required: false
36+
- label: In Quest builds
37+
required: false
38+
- type: textarea
39+
id: description
40+
attributes:
41+
label: Description
42+
description: A clear and concise description of what the bug is.
43+
validations:
44+
required: true
45+
- type: textarea
46+
id: reproduction
47+
attributes:
48+
label: Steps to reproduce
49+
description: The list of steps that reproduce the issue.
50+
validations:
51+
required: true
52+
- type: textarea
53+
id: logs
54+
attributes:
55+
label: Logs
56+
description: |
57+
For in-editor bugs, paste the logs from the "Console" window in the Unity Editor.
58+
For on-device Quest bugs, paste the output of `adb logcat -s "Unity"`
59+
render: text
60+
validations:
61+
required: true
62+
- type: textarea
63+
id: extra
64+
attributes:
65+
label: Additional info
66+
description: Please provide screenshots, a video, or any other relevant information.

0 commit comments

Comments
 (0)