Skip to content

Commit 024fcab

Browse files
authored
Add files via upload
Added bug report for OpenHarmony
1 parent 5ff0402 commit 024fcab

File tree

1 file changed

+156
-0
lines changed

1 file changed

+156
-0
lines changed
Lines changed: 156 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,156 @@
1+
name: OpenHarmony Bug Report
2+
description: "File a bug report for the OpenHarmony platform"
3+
title: "[OpenHarmony] "
4+
labels: ["bug", "OpenHarmony", "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. '[OpenHarmony] 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: unity-editor-platform
27+
attributes:
28+
label: Unity editor platform
29+
description: The platform you're using for the Unity editor.
30+
options:
31+
- Windows
32+
- macOS
33+
validations:
34+
required: true
35+
- type: dropdown
36+
id: avprovideo-edition
37+
attributes:
38+
label: AVPro Video edition
39+
options:
40+
- Trial
41+
- Core
42+
- Ultra
43+
validations:
44+
required: true
45+
- type: input
46+
id: avprovideo-version
47+
attributes:
48+
label: AVPro Video version
49+
description: The version of the AVPro Video plugin you are using.
50+
placeholder: "e.g. 3.1.0"
51+
validations:
52+
required: true
53+
- type: input
54+
id: device-hardware
55+
attributes:
56+
label: Device hardware
57+
description: Please provide details of any specifc device hardware you're experiencing the issue with.
58+
placeholder: e.g. Huawei Mate 70 Pro
59+
validations:
60+
required: true
61+
- type: input
62+
id: os-version
63+
attributes:
64+
label: Which HarmonyOS version are you using?
65+
description: Please provide the version of HarmonyOS installed on your device.
66+
placeholder: e.g. 4.3
67+
validations:
68+
required: true
69+
- type: dropdown
70+
id: unity-rendering-api
71+
attributes:
72+
label: Unity Graphics API
73+
options:
74+
- OpenGLES 3
75+
- Vulkan
76+
multiple: true
77+
validations:
78+
required: true
79+
# - type: dropdown
80+
# id: android-video-api
81+
# attributes:
82+
# label: Video API
83+
# options:
84+
# - MediaPlayer
85+
# - media3/ExoPlayer
86+
# validations:
87+
# required: true
88+
- type: dropdown
89+
id: texture-format
90+
attributes:
91+
label: Texture format
92+
options:
93+
- BGRA
94+
# - Y Cb Cr 420_OES
95+
validations:
96+
required: true
97+
- type: dropdown
98+
id: audio-output-mode
99+
attributes:
100+
label: Audio output
101+
options:
102+
- System Direct
103+
# - Unity
104+
# - Facebook Audio 360
105+
validations:
106+
required: true
107+
- type: textarea
108+
id: misc-mediaplayer-configuration
109+
attributes:
110+
label: Any other Media Player component configuration required to reproduce the issue.
111+
validations:
112+
required: false
113+
- type: dropdown
114+
id: components
115+
attributes:
116+
label: Which output component(s) are you using?
117+
options:
118+
- Apply to Material
119+
- Apply to Mesh
120+
- Audio Output
121+
- Display IMGUI
122+
- Display uGUI
123+
- Playlist MediaPlayer
124+
- Resolve to RenderTexture
125+
multiple: true
126+
validations:
127+
required: false
128+
- type: textarea
129+
id: misc-component-configuration
130+
attributes:
131+
label: Any other component configuration required to reproduce the issue.
132+
validations:
133+
required: false
134+
- type: textarea
135+
id: issue
136+
attributes:
137+
label: The issue
138+
description: Please describe the issue, how to reproduce it and what you expected the outcome to be.
139+
validations:
140+
required: true
141+
- type: textarea
142+
id: media
143+
attributes:
144+
label: Media information
145+
description: Please provide information about the media you're trying to play along with any links to media demonstrating the issue. If you do not want to make these public, please send any links via email to [[email protected]](mailto:[email protected]) quoting this issue in your email's subject (i.e. '[OpenHarmony] Something isn't quite right \#1234') and providing a link to the issue in your message.
146+
placeholder: e.g. https://example.com/video/playlist.m3u8
147+
validations:
148+
required: false
149+
- type: textarea
150+
id: logs
151+
attributes:
152+
label: Logs
153+
description: Please provide any logging related to the issue.
154+
render: shell
155+
validations:
156+
required: false

0 commit comments

Comments
 (0)