Skip to content

Commit 2998366

Browse files
committed
Added bug report issue template
1 parent d458247 commit 2998366

1 file changed

Lines changed: 49 additions & 0 deletions

File tree

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
name: Bug Report
2+
description:
3+
title: ""
4+
labels: ["bug", "triage"]
5+
assignees:
6+
- Chris-RH
7+
body:
8+
- type: markdown
9+
attributes:
10+
value: |
11+
Thanks for taking the time to fill out this bug report!
12+
Please do not link to or attach project files here, instead send them to unitysupport@renderheads.com linking this issue.
13+
- type: input
14+
id: unity-version
15+
attributes:
16+
label: Unity Version
17+
description: The version of the Unity editor you are using.
18+
placeholder: "example: 2021.3.27f1"
19+
validations:
20+
required: true
21+
- type: dropdown
22+
id: externalgameview-version
23+
attributes:
24+
label: External Game View Version
25+
description: The version of the External Game View you are using.
26+
options:
27+
- 1.1.2
28+
- 1.1.1
29+
- 1.1.0
30+
validations:
31+
required: true
32+
- type: dropdown
33+
id: platform
34+
attributes:
35+
label: Platform
36+
description: The platform you are using.
37+
options:
38+
- Windows
39+
- macOS
40+
validations:
41+
required: true
42+
- type: textarea
43+
id: issue
44+
attributes:
45+
label: The issue
46+
description: Please describe the issue, how to reproduce this issue and what you expected to happen.
47+
placeholder:
48+
validations:
49+
required: true

0 commit comments

Comments
 (0)