Skip to content

Add enforced bug-report and feature-request issue forms#180

Merged
ringof merged 3 commits into
mainfrom
claude/issue_and_feature_template
Jun 18, 2026
Merged

Add enforced bug-report and feature-request issue forms#180
ringof merged 3 commits into
mainfrom
claude/issue_and_feature_template

Conversation

@ringof

@ringof ringof commented Jun 18, 2026

Copy link
Copy Markdown
Owner

Summary

The repo had detailed PR templates but no issue templates, so anyone could file a one-line "it doesn't work." This adds two GitHub issue forms (not markdown templates) — forms enforce required fields, so a non-compliant report is blocked at submission time rather than triaged and bounced.

New files:

  • .github/ISSUE_TEMPLATE/bug_report.yml — enforced bug form
  • .github/ISSUE_TEMPLATE/feature_request.yml — enforced enhancement form
  • .github/ISSUE_TEMPLATE/config.ymlblank_issues_enabled: false + contact links routing questions and VHF/R828D requests away from the tracker

What the forms require

Bug report (all required): pre-flight checkboxes (dupe search, deterministic repro, confirmed firmware-not-host/RF/power/cable, not a VHF request); firmware version as reported by the device via TESTFX3 (not the repo tag); firmware provenance + commit/tag + arm-none-eabi-gcc version; USB enumeration state (04b4:00f3 / 04b4:00f1 / gone) from lsusb; host environment; numbered repro steps; expected vs actual (split); pasted logs (render: text); recoverability (power cycle required?); and isolation steps already tried.

Feature request (all required): pre-flight (dupe search, can't-be-done-host-side, not VHF, read the docs); problem/motivation; concrete proposal; primary firmware area; recoverability impact (Principle 2); alternatives considered (esp. host-side); compatibility/version impact.

Every field is grounded in real repo facts (TESTFX3/protocol.h, firmware v2.6, the 04b4:00f1/00f3 IDs, HF-only Limitations, recoverability Principle 2 from docs/vendor-protocol-plan.md), per the CLAUDE.md "no speculation" policy.

Validation

  • YAML for all three files parses (yaml.safe_load) — verified locally.
  • After merge: …/issues/new/choose shows "Bug report" and "Feature request", "Open a blank issue" is gone, required-blank submission is rejected by GitHub, and contact links render under the chooser.

Regression

  • Only .github/ISSUE_TEMPLATE/ files added — no source, build, test, workflow, or PR-template changes. Firmware artifact unchanged.

🤖 Generated with Claude Code

https://claude.ai/code/session_017HPZJJc4fvRmVhFCVdKDh6


Generated by Claude Code

claude added 3 commits June 18, 2026 01:16
Repo had PR templates but no issue templates, so low-quality
"it doesn't work" reports could not be gated. Add a YAML issue FORM
with required fields (firmware version via TESTFX3, provenance, USB
enumeration state, repro steps, logs, recoverability) so submission
is blocked until reporters provide what triage actually needs.

Also disable blank issues and add contact links routing questions and
R828D/VHF requests away from the bug tracker.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_017HPZJJc4fvRmVhFCVdKDh6
Gate enhancement requests the same way as bug reports: required fields
for problem/motivation, concrete proposal, affected firmware area,
recoverability impact (Principle 2), alternatives (esp. host-side), and
compatibility/version impact. Pushes scope-creep, host-side work, and
out-of-scope VHF/R828D requests away before triage.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_017HPZJJc4fvRmVhFCVdKDh6
Flat "VHF is out of scope" became a ceiling rather than a gate. Reword
both forms and the contact link so simple bounded R828D control (init,
standby) can be proposed with a good argument, while full VHF tuning,
gain-stage, and channel-filter control remain refused and host-side.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_017HPZJJc4fvRmVhFCVdKDh6
@ringof ringof marked this pull request as ready for review June 18, 2026 01:28
@ringof ringof merged commit f97f213 into main Jun 18, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants