forked from llm-d/llm-d-benchmark
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbug.yaml
More file actions
48 lines (48 loc) · 1.31 KB
/
bug.yaml
File metadata and controls
48 lines (48 loc) · 1.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
name: Bug Report
description: Create a report to help us improve
type: bug
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
- type: dropdown
id: component
attributes:
label: Component
description: First, tell us which component we should focus on
options:
- I don't know
- Setup/Standup
- Setup/Teardown
- Run
- Scenarios
- Harnesses
- Profiles
- Analysis/Plotting
- Configuration Explorer
default: 0
validations:
required: true
- type: textarea
id: describe
attributes:
label: Describe the bug
description: A clear and concise description of what the bug is
placeholder: Tell us what's wrong
validations:
required: true
- type: textarea
id: reproducer
attributes:
label: Steps to reproduce
description: Steps to reproduce the behavior
placeholder: I did (A), then (B) and then I saw (C) error
validations:
required: true
- type: textarea
id: extra
attributes:
label: Additional context or screenshots
description: Add any other context about the problem here
placeholder: Anything else you want to say to the report, attach screenshots, this is the place