mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
MeshCore has no issue templates, leading to inconsistent bug reports that frequently lack hardware info, firmware version, reproduction steps, and logs. This adds a structured YAML form template that collects all the information needed for effective triage. The config.yml sets up the issue chooser with contact links to redirect questions to Discussions Q&A, feature requests to Discussions Ideas, and real-time help to Discord. Blank issues remain enabled until the remaining issue templates (hardware request, build issue) land in follow-up PRs. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
11 lines
502 B
YAML
11 lines
502 B
YAML
blank_issues_enabled: true
|
|
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.
|