Skip to content

Commit a1f53ed

Browse files
authored
Create bug_report.yml
1 parent aa506d1 commit a1f53ed

File tree

1 file changed

+58
-0
lines changed

1 file changed

+58
-0
lines changed
Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
name: Bug report
2+
description: Report an issue with a chatbot component or interaction.
3+
title: "[Bug] - [short description]"
4+
type: bug
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Please provide a clear way to reproduce the issue.
10+
11+
- type: textarea
12+
id: bug_description
13+
attributes:
14+
label: Description
15+
description: What is the current (incorrect) behavior?
16+
placeholder: e.g., "The message bubble overflows the container when a long URL is pasted."
17+
validations:
18+
required: true
19+
20+
- type: textarea
21+
id: reproduction_steps
22+
attributes:
23+
label: Steps to Reproduce
24+
placeholder: |
25+
1. Go to '...'
26+
2. Enter '...' in the chat input
27+
3. Observe the error
28+
validations:
29+
required: true
30+
31+
- type: textarea
32+
id: data_context
33+
attributes:
34+
label: Data/JSON Context (if applicable)
35+
description: Provide the message object or JSON that triggered the bug.
36+
placeholder: |
37+
{
38+
"role": "assistant",
39+
"content": "...",
40+
"metadata": { ... }
41+
}
42+
43+
- type: textarea
44+
id: environment
45+
attributes:
46+
label: Environment
47+
placeholder: |
48+
- PatternFly Chatbot Version:
49+
- Browser & Version:
50+
- Viewport size:
51+
validations:
52+
required: false
53+
54+
- type: textarea
55+
id: visuals
56+
attributes:
57+
label: Screenshots or Logs
58+
description: Drag and drop images or paste console errors here.

0 commit comments

Comments
 (0)