mirror of https://github.com/meshcore-dev/MeshCore
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
823 B
29 lines
823 B
title: "[Idea]: "
|
|
labels: ["enhancement"]
|
|
body:
|
|
- type: input
|
|
id: hardware
|
|
attributes:
|
|
label: Hardware (if applicable)
|
|
description: Which hardware does this apply to? Leave blank if not hardware-specific.
|
|
placeholder: "e.g., T1000-E, Heltec LoRa32 v3, all ESP32 boards"
|
|
|
|
- type: textarea
|
|
id: description
|
|
attributes:
|
|
label: Describe your idea
|
|
description: What would you like to see? What problem does it solve?
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: alternatives
|
|
attributes:
|
|
label: Alternatives considered
|
|
description: Have you considered any alternative solutions or workarounds?
|
|
|
|
- type: textarea
|
|
id: additional
|
|
attributes:
|
|
label: Additional context
|
|
description: Any other context, mockups, or references.
|
|
|