Skip to content

Commit 94ed4c6

Browse files
committed
strip down bug form
1 parent 25e36ff commit 94ed4c6

File tree

1 file changed

+1
-27
lines changed

1 file changed

+1
-27
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 1 addition & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Bug Report
22
description: A detailed description of a problem you are experiencing
3-
title: "..."
3+
title: "[BUG] <title>"
44
labels: [bug, triage]
55
body:
66
- type: checkboxes
@@ -22,32 +22,6 @@ body:
2222
description: A concise description of what you expected to happen.
2323
validations:
2424
required: false
25-
- type: textarea
26-
attributes:
27-
label: Steps To Reproduce
28-
description: Steps to reproduce the behavior.
29-
placeholder: |
30-
1. In this environment...
31-
2. With this config...
32-
3. Run '...'
33-
4. See error...
34-
validations:
35-
required: false
36-
- type: textarea
37-
attributes:
38-
label: Environment
39-
description: |
40-
examples:
41-
- **OS**: Ubuntu 20.04
42-
- **Python**: 3.10
43-
- **Browser**: Chrome 92
44-
value: |
45-
- OS:
46-
- Python:
47-
- Browser:
48-
render: markdown
49-
validations:
50-
required: false
5125
- type: textarea
5226
attributes:
5327
label: Anything else?

0 commit comments

Comments
 (0)