docs: add issue templates#8
Merged
Merged
Conversation
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>
There was a problem hiding this comment.
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
.github/ISSUE_TEMPLATE/.config.ymlthat disables blank issues and routes security reports to private advisories and upstream driver bugs to the vendor.Test plan
🤖 Generated with Claude Code