Skip to content

docs: add issue templates#8

Merged
finallyjay merged 1 commit into
mainfrom
docs/issue-templates
Apr 14, 2026
Merged

docs: add issue templates#8
finallyjay merged 1 commit into
mainfrom
docs/issue-templates

Conversation

@finallyjay

Copy link
Copy Markdown
Owner

Summary

  • Add YAML issue forms for bug reports and feature requests under .github/ISSUE_TEMPLATE/.
  • Add config.yml that disables blank issues and routes security reports to private advisories and upstream driver bugs to the vendor.
  • Bug template requires distro, kernel, driver version, and logs up front so triage is faster.
  • Satisfies the Issue Templates item in GitHub's community health checklist.

Test plan

  • YAML is well-formed
  • "New issue" page on GitHub shows the two templates after merge
  • Blank issues are disabled after merge

🤖 Generated with Claude Code

Add structured forms for bug reports and feature requests, plus a
config file that disables blank issues and redirects security reports
to private advisories and upstream driver bugs to the vendor. Ensures
incoming issues arrive with the distro, kernel, driver version, and
logs needed to triage them.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings April 14, 2026 07:42

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds GitHub Issue Forms to improve community health and speed up triage for this repository by standardizing bug reports and feature requests and disabling blank issues.

Changes:

  • Added a Bug report issue form that collects environment details and troubleshooting info.
  • Added a Feature request issue form to capture problem statements and proposed solutions.
  • Added an issue template config to disable blank issues and route security/upstream-driver reports via contact links.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

File Description
.github/ISSUE_TEMPLATE/bug_report.yml Introduces a structured bug report form for installer/service/packaging issues.
.github/ISSUE_TEMPLATE/feature_request.yml Introduces a structured feature request form to guide enhancement proposals.
.github/ISSUE_TEMPLATE/config.yml Disables blank issues and adds contact links for security and upstream driver issues.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +62 to +73
- type: textarea
id: logs
attributes:
label: Relevant logs
description: |
Please include the relevant output from:
- `/opt/yt6801-auto-installer/install_yt6801.log`
- `journalctl -u yt6801-reinstall.service`
- `dmesg | grep -i yt6801`
render: shell
validations:
required: false
@finallyjay finallyjay merged commit 489a007 into main Apr 14, 2026
5 checks passed
@finallyjay finallyjay deleted the docs/issue-templates branch April 14, 2026 07:48
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