Skip to content

Commit

Permalink
fix: bug_report.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Lala Sabathil <aiko@aitsys.dev>
  • Loading branch information
Lulalaby authored May 3, 2023
1 parent 6004afe commit 8a7fa15
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Bug Report
description: Report broken/incorrect behavior caused by the library.
description: Report broken or incorrect behavior caused by the library.
labels: unconfirmed bug
body:
- type: markdown
Expand All @@ -22,9 +22,10 @@ body:
required: true
- type: textarea
attributes:
label: Reproduction Code
description: If code that causes the bug can be given, please provide it here.
render: python
label: Minimal Reproducible Code
description: >
If code that causes the bug can be given, please provide it here.
render: python
- type: textarea
attributes:
label: Expectations vs. Actual
Expand Down

0 comments on commit 8a7fa15

Please sign in to comment.