mirror of
https://github.com/meshtastic/web.git
synced 2026-01-20 21:41:34 -05:00
* add npmrc to root * fix: associated updates related to monorepo updates * removed deno plugin * removed deno plugin * updating ci
157 lines
4.3 KiB
YAML
157 lines
4.3 KiB
YAML
name: Bug Report
|
|
description: File a bug report
|
|
title: "[Bug]: "
|
|
labels: ["bug"]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
# Bug Report
|
|
Thanks for taking the time to fill out this bug report! The more information you provide, the faster we can diagnose and fix the issue.
|
|
- type: checkboxes
|
|
id: prerequisites
|
|
attributes:
|
|
label: Before submitting
|
|
description: Please confirm you've completed the following steps
|
|
options:
|
|
- label: I have searched existing issues to make sure this bug hasn't already been reported
|
|
required: true
|
|
- label: I have updated to the latest version of the software to verify the issue still exists
|
|
required: true
|
|
- label: I have cleared cache/cookies/storage or tried in a private/incognito window (if applicable)
|
|
required: false
|
|
- type: dropdown
|
|
id: hardware
|
|
attributes:
|
|
label: Hardware
|
|
description: What hardware are you encountering this issue on?
|
|
multiple: true
|
|
options:
|
|
- Not Applicable
|
|
- T-Beam
|
|
- T-Beam S3
|
|
- T-Beam 0.7
|
|
- T-Lora v1
|
|
- T-Lora v1.3
|
|
- T-Lora v2 1.6
|
|
- T-Deck
|
|
- T-Echo
|
|
- T-Watch
|
|
- Rak4631
|
|
- Rak11200
|
|
- Rak11310
|
|
- Heltec v1
|
|
- Heltec v2
|
|
- Heltec v2.1
|
|
- Heltec V3
|
|
- Heltec Wireless Paper
|
|
- Heltec Wireless Tracker
|
|
- Raspberry Pi Pico (W)
|
|
- Relay v1
|
|
- Relay v2
|
|
- DIY
|
|
- Other
|
|
validations:
|
|
required: true
|
|
- type: dropdown
|
|
id: category
|
|
attributes:
|
|
label: Connection Type
|
|
description: How are you connecting to your device?
|
|
multiple: true
|
|
options:
|
|
- HTTP
|
|
- Bluetooth
|
|
- Serial
|
|
validations:
|
|
required: true
|
|
- type: dropdown
|
|
id: local
|
|
attributes:
|
|
label: Local or Hosted
|
|
description: Are you using `meshtastic.local` or `client.meshtastic.org`?
|
|
multiple: true
|
|
options:
|
|
- http://meshtastic.local
|
|
- https://client.meshtastic.org
|
|
validations:
|
|
required: true
|
|
- type: input
|
|
id: version
|
|
attributes:
|
|
label: Firmware Version
|
|
description: This can be found on the device's screen or via one of the apps.
|
|
placeholder: x.x.x.yyyyyyy
|
|
validations:
|
|
required: true
|
|
- type: input
|
|
id: os
|
|
attributes:
|
|
label: Operating System
|
|
description: What OS are you running? Include version if possible.
|
|
placeholder: e.g., Windows 11, macOS 13.1, Android 13, iOS 16.2
|
|
validations:
|
|
required: true
|
|
- type: input
|
|
id: browser
|
|
attributes:
|
|
label: Browser
|
|
description: What browser are you using? Include version if possible.
|
|
placeholder: e.g., Chrome 108, Firefox 107, Safari 16.2
|
|
validations:
|
|
required: false
|
|
- type: textarea
|
|
id: expected
|
|
attributes:
|
|
label: Expected Behavior
|
|
description: What did you expect to happen?
|
|
placeholder: Describe what you expected to occur...
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: actual
|
|
attributes:
|
|
label: Actual Behavior
|
|
description: What actually happened?
|
|
placeholder: Describe what occurred instead...
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: steps
|
|
attributes:
|
|
label: Steps to Reproduce
|
|
description: Provide clear steps to reproduce the issue
|
|
placeholder: |
|
|
1. Go to '...'
|
|
2. Click on '....'
|
|
3. Scroll down to '....'
|
|
4. See error
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: logs
|
|
attributes:
|
|
label: Relevant console output
|
|
description: If you have any log output to help in diagnosing your bug, please provide it here.
|
|
render: Shell
|
|
validations:
|
|
required: false
|
|
- type: textarea
|
|
id: screenshots
|
|
attributes:
|
|
label: Screenshots
|
|
description: If applicable, add screenshots to help explain your problem.
|
|
validations:
|
|
required: false
|
|
- type: textarea
|
|
id: additional
|
|
attributes:
|
|
label: Additional Context
|
|
description: Add any other context about the problem here.
|
|
validations:
|
|
required: false
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thank you for helping improve our project by reporting this bug!
|