Skip to content

Commit

Permalink
Fix bad merge of bug report file
Browse files Browse the repository at this point in the history
  • Loading branch information
withinfocus committed Jan 2, 2024
1 parent 7a0a541 commit 0c724e6
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: "Bug report"
description: Create a new report
body:
- type: markdown
attributes:
value: |
**Is this the right place for my bug report?**
If you simply have a question, please check the [FAQ](/marcone/teslausb/wiki/FAQ) first, and/or check the [troubleshooting steps](/marcone/teslausb/wiki/Troubleshooting). If those do not answer your question use [Discord](https://discord.gg/b4MHf2x).
If you you are reporting a problem with teslausb itself, this is the right place.
If the problem is a more general Linux or Raspberry Pi OS problem, then [the Raspberry Pi forums](https://www.raspberrypi.org/forums) may offer some help
- type: markdown
attributes:
value: |
**Is this the right place for my bug report?**
If you simply have a question, please check the [FAQ](/marcone/teslausb/wiki/FAQ) first, and/or check the [troubleshooting steps](/marcone/teslausb/wiki/Troubleshooting). If those do not answer your question use [Discord](https://discord.gg/b4MHf2x).
If you you are reporting a problem with teslausb itself, this is the right place.
If the problem is a more general Linux or Raspberry Pi OS problem, then [the Raspberry Pi forums](https://www.raspberrypi.org/forums) may offer some help
- type: textarea
id: description
Expand All @@ -18,22 +18,22 @@ body:
validations:
required: true

- type: dropdown
id: devicemodel
attributes:
label: Device
description: What model device are you using?
multiple: false
options:
- Raspberry Pi Zero W
- Raspberry Pi Zero 2 W
- Raspberry Pi 4
- type: dropdown
id: devicemodel
attributes:
label: Device
description: What model device are you using?
multiple: false
options:
- Raspberry Pi Zero W
- Raspberry Pi Zero 2 W
- Raspberry Pi 4
- Raspberry Pi 5
- Radxa Zero
- Rock Pi 4C plus
- Other
validations:
required: true
- Radxa Zero
- Rock Pi 4C plus
- Other
validations:
required: true

- type: dropdown
id: image
Expand Down

0 comments on commit 0c724e6

Please sign in to comment.