Skip to content

Commit

Permalink
add issue template bug
Browse files Browse the repository at this point in the history
  • Loading branch information
jkrech committed Oct 22, 2024
1 parent de13e0b commit 132e44b
Showing 1 changed file with 55 additions and 0 deletions.
55 changes: 55 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
name: Bug Report
description: File a bug report.
title: "[Bug]: "
labels: ["bug"]
body:
- type: checkboxes
attributes:
label: Is there an existing issue for this?
description: Please search to see if an issue already exists for the bug you encountered.
options:
- label: I have searched the existing issues
required: true
- type: textarea
attributes:
label: Current Behavior
description: A concise description of what you're experiencing.
validations:
required: false
- type: textarea
attributes:
label: Expected Behavior
description: A concise description of what you expected to happen.
validations:
required: false
- type: textarea
attributes:
label: Steps To Reproduce
description: Steps to reproduce the bug. You may want to attach a reproducer.
placeholder: |
1. In this environment...
1. With this config...
1. Run '...'
1. See error...
validations:
required: false
- type: checkboxes
attributes:
label: Affected components
description: Which MDK-Middleware components are affected by this bug?
options:
- label: Filesystem
required: false
- label: Network
required: false
- label: USB_Device
required: false
- label: USB_Host
required: false
- type: checkboxes
attributes:
label: Severity of the bug
description: Is the bug blocking you or is the a workaround available?
options:
- label: blocker
required: false

0 comments on commit 132e44b

Please sign in to comment.