Skip to content
This repository was archived by the owner on Aug 16, 2024. It is now read-only.

Commit 8a7fa15

Browse files
authored
fix: bug_report.yml
Signed-off-by: Lala Sabathil <[email protected]>
1 parent 6004afe commit 8a7fa15

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Bug Report
2-
description: Report broken/incorrect behavior caused by the library.
2+
description: Report broken or incorrect behavior caused by the library.
33
labels: unconfirmed bug
44
body:
55
- type: markdown
@@ -22,9 +22,10 @@ body:
2222
required: true
2323
- type: textarea
2424
attributes:
25-
label: Reproduction Code
26-
description: If code that causes the bug can be given, please provide it here.
27-
render: python
25+
label: Minimal Reproducible Code
26+
description: >
27+
If code that causes the bug can be given, please provide it here.
28+
render: python
2829
- type: textarea
2930
attributes:
3031
label: Expectations vs. Actual

0 commit comments

Comments
 (0)