Skip to content

Commit a1a83a9

Browse files
committed
ADD: Bug report issue_template.yml
ADD: Bug report issue_template.yml
1 parent 5152c26 commit a1a83a9

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
name: Bug Report
2+
description: Report a bug or unexpected behavior in the Media & Entertainment AI Suite.
3+
title: "[Bug]: "
4+
labels: [bug, needs-triage]
5+
6+
body:
7+
- type: markdown
8+
attributes:
9+
value: |
10+
Thank you for taking the time to report a bug. Please fill out the information below to help us address the issue effectively.
11+
12+
- type: input
13+
id: environment
14+
attributes:
15+
label: Environment
16+
description: Describe the environment where the issue occurred (e.g., OS, hardware, software versions).
17+
validations:
18+
required: true
19+
20+
- type: textarea
21+
id: description
22+
attributes:
23+
label: Description
24+
description: Provide a detailed description of the issue.
25+
validations:
26+
required: true
27+
28+
- type: textarea
29+
id: steps_to_reproduce
30+
attributes:
31+
label: Steps to Reproduce
32+
description: List the steps needed to reproduce the issue.
33+
validations:
34+
required: true
35+
36+
- type: textarea
37+
id: expected_behavior
38+
attributes:
39+
label: Expected Behavior
40+
description: Describe what you expected to happen.
41+
validations:
42+
required: true
43+
44+
- type: textarea
45+
id: additional_context
46+
attributes:
47+
label: Additional Context
48+
description: Add any other context or screenshots about the issue.

0 commit comments

Comments
 (0)