Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions .github/DISCUSSION_TEMPLATE/ideas.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
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.
35 changes: 35 additions & 0 deletions .github/DISCUSSION_TEMPLATE/q-a.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
title: "[Q&A]: "
body:
- type: dropdown
id: topic
attributes:
label: Topic Area
options:
- Getting Started / Setup
- BLE / Companion App
- LoRa / Mesh Networking
- Build System / Compilation
- Hardware / Wiring
- Other
validations:
required: true

- type: input
id: hardware
attributes:
label: Hardware (if applicable)
placeholder: "e.g., T1000-E, RAK4631"

- type: textarea
id: question
attributes:
label: Your Question
description: Describe what you need help with.
validations:
required: true

- type: textarea
id: context
attributes:
label: What have you tried?
description: Steps you have already taken or documentation you have read.
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
blank_issues_enabled: false
contact_links:
- name: Ask a Question
url: https://github.com/meshcore-dev/MeshCore/discussions/categories/q-a
about: Use GitHub Discussions for questions and support.
- name: Feature Request / Idea
url: https://github.com/meshcore-dev/MeshCore/discussions/categories/ideas
about: Suggest features and improvements in Discussions.
- name: Discord Community
url: https://discord.gg/BMwCtwHj5V
about: Join the Discord for real-time help and chat.