Skip to content

Commit 4069ebb

Browse files
committed
Added github issue forms
1 parent 163c91f commit 4069ebb

File tree

6 files changed

+798
-20
lines changed

6 files changed

+798
-20
lines changed
Lines changed: 103 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,103 @@
1+
name: Bug Report
2+
description: "File a bug report"
3+
title: "[Bug] "
4+
labels: ["bug", "triage"]
5+
assignees:
6+
- Chris-RH
7+
body:
8+
- type: markdown
9+
attributes:
10+
value: Thanks for taking the time to fill out this bug report.
11+
- type: markdown
12+
attributes:
13+
value: "## Please do not link to or attach project files here!"
14+
- type: markdown
15+
attributes:
16+
value: Instead please send a link via email to [[email protected]](mailto:[email protected]) quoting this issue in your email's subject (i.e. '[Bug] Something isn't quite right \#1234') and providing a link to the issue in your message.
17+
- type: input
18+
id: unity-version
19+
attributes:
20+
label: Unity Version
21+
description: The specific version of the Unity editor you are using.
22+
placeholder: "e.g. 2021.3.27f1"
23+
validations:
24+
required: true
25+
- type: dropdown
26+
id: avprodecklink-edition
27+
attributes:
28+
label: AVPro DeckLink edition
29+
options:
30+
- Trial
31+
- Full
32+
validations:
33+
required: true
34+
- type: input
35+
id: avprodecklink-version
36+
attributes:
37+
label: AVPro Decklink Version
38+
description: The version of the AVPro DeckLink plugin you are using.
39+
placeholder: "e.g. 1.9.8"
40+
validations:
41+
required: true
42+
- type: input
43+
id: desktopvideo-version
44+
attributes:
45+
label: Desktop Video version
46+
description: The version of Desktop Video you are using.
47+
validations:
48+
required: true
49+
- type: input
50+
id: os-version
51+
attributes:
52+
label: Which Windows version(s) are you using?
53+
description: Please provide the OS version for each platform you're reporting this issue for.
54+
placeholder: "e.g. Windows 10"
55+
validations:
56+
required: true
57+
- type: dropdown
58+
id: graphics-apis
59+
attributes:
60+
label: Which graphics API(s) are you using?
61+
description: You may select more than one.
62+
options:
63+
- Direct3D 11
64+
- Direct3D 12
65+
multiple: true
66+
validations:
67+
required: true
68+
- type: textarea
69+
id: decklink-device
70+
attributes:
71+
label: Decklink device model
72+
description: Please provide details of the DeckLink device you're using.
73+
validations:
74+
required: true
75+
- type: textarea
76+
id: cables
77+
attributes:
78+
label: Cables used
79+
description: Please provide details of the cables you are using.
80+
validations:
81+
required: true
82+
- type: textarea
83+
id: video-mode
84+
attributes:
85+
label: Video mode
86+
description: Please provide the full specification of the video mode you are using, including: resolution, framerate, and pixel format.
87+
validations:
88+
required: true
89+
- type: textarea
90+
id: issue
91+
attributes:
92+
label: The issue
93+
description: Please describe the issue, how to reproduce it and what you expected the outcome to be.
94+
validations:
95+
required: true
96+
- type: textarea
97+
id: logs
98+
attributes:
99+
label: Log output
100+
description: Please provide any relevant log output here.
101+
render: shell
102+
validations:
103+
required: false

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
blank_issues_enabled: false

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 20 deletions
This file was deleted.
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Enhancement
2+
description: "Create a feature request"
3+
title: "[Enhancement] "
4+
labels: ["enhancement", "triage"]
5+
assignees:
6+
- Chris-RH
7+
body:
8+
- type: markdown
9+
attributes:
10+
value: Thanks for taking the time to fill out this feature request!
11+
- type: textarea
12+
id: request
13+
attributes:
14+
label: Description
15+
description: Please describe your feature request here.
16+
validations:
17+
required: true
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
name: Question
2+
description: "Ask a question"
3+
title: "[Question] "
4+
labels: ["question", "triage"]
5+
assignees:
6+
- Chris-RH
7+
body:
8+
- type: markdown
9+
attributes:
10+
value: |
11+
Thanks for filling out this question form!
12+
- type: input
13+
id: avprodecklink-version
14+
attributes:
15+
label: AVPro DeckLink Version
16+
description: The version of the AVPro DeckLink plugin your question is about.
17+
placeholder: "e.g. 1.9.8"
18+
validations:
19+
required: false
20+
- type: textarea
21+
id: question
22+
attributes:
23+
label: Your question
24+
description: Ask your question here
25+
placeholder: How do I...
26+
validations:
27+
required: true

0 commit comments

Comments
 (0)