Skip to content

Commit 1bb45c7

Browse files
authored
ADD: Create default issue_form.yml
ADD: Create default issue_form.yml
1 parent 1136d1f commit 1bb45c7

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
name: Feature Request
2+
description: Suggest a new feature or improvement for the Media & Entertainment AI Suite.
3+
title: "[Feature Request]: "
4+
labels: [enhancement, needs-triage]
5+
6+
body:
7+
- type: markdown
8+
attributes:
9+
value: |
10+
We appreciate your interest in improving the Media & Entertainment AI Suite. Please provide details about the feature or improvement you are suggesting.
11+
12+
- type: input
13+
id: feature_name
14+
attributes:
15+
label: Feature Name
16+
description: What is the name of the feature or improvement?
17+
validations:
18+
required: true
19+
20+
- type: textarea
21+
id: feature_description
22+
attributes:
23+
label: Feature Description
24+
description: Describe the feature or improvement in detail.
25+
validations:
26+
required: true
27+
28+
- type: textarea
29+
id: use_case
30+
attributes:
31+
label: Use Case
32+
description: Explain the use case and how this feature will benefit users.
33+
validations:
34+
required: true
35+
36+
- type: textarea
37+
id: additional_context
38+
attributes:
39+
label: Additional Context
40+
description: Add any other context or screenshots related to the feature request.

0 commit comments

Comments
 (0)