Skip to content

Commit c1899de

Browse files
authored
feedback loop for AI Hub
Create feedback_aihub.yml
2 parents 8beaf5f + 8674ac1 commit c1899de

File tree

1 file changed

+71
-0
lines changed

1 file changed

+71
-0
lines changed
Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
name: "AI Hub Feedback"
2+
description: "Share feedback, bugs, or improvement suggestions for AI Hub - Models and Solutions Explorer"
3+
title: "[AI Hub] "
4+
labels: ["feedback", "AI Hub", "Models Explorer", "Solutions Explorer"]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
👋 Thank you for using **AI Hub**!
10+
Please help us improve by sharing your feedback below.
11+
12+
- type: dropdown
13+
id: ai_hub_product
14+
attributes:
15+
label: AI Hub Product
16+
options:
17+
- Models
18+
- Solutions
19+
- Other
20+
validations:
21+
required: true
22+
23+
- type: dropdown
24+
id: feedback_type
25+
attributes:
26+
label: Type of Feedback
27+
options:
28+
- Bug Report
29+
- Feature Request
30+
- Usability Issue
31+
- Performance Concern
32+
- Other
33+
validations:
34+
required: true
35+
36+
- type: textarea
37+
id: feedback_summary
38+
attributes:
39+
label: Summary
40+
placeholder: "Brief summary of your feedback (1-2 sentences)"
41+
validations:
42+
required: true
43+
44+
- type: textarea
45+
id: steps
46+
attributes:
47+
label: Steps to Reproduce (if applicable)
48+
placeholder: |
49+
If you're reporting a bug, please provide the steps:
50+
1. Go to...
51+
2. Click on...
52+
3. See error...
53+
value: "N/A if not applicable"
54+
55+
- type: textarea
56+
id: expected_behavior
57+
attributes:
58+
label: Expected Behavior (if applicable)
59+
placeholder: "What did you expect to happen?"
60+
61+
- type: textarea
62+
id: actual_behavior
63+
attributes:
64+
label: Actual Behavior (if applicable)
65+
placeholder: "What actually happened?"
66+
67+
- type: textarea
68+
id: additional_notes
69+
attributes:
70+
label: Additional Notes
71+
placeholder: "Any additional context, logs, or screenshots?"

0 commit comments

Comments
 (0)