Add issue template#262
Conversation
There was a problem hiding this comment.
Code Review
This pull request introduces GitHub issue templates, specifically a structured bug report form and a configuration file. The review feedback suggests making the 'Device connecting to' and 'Sample code' fields optional rather than mandatory, as some bugs (such as scanning issues or build failures) may not involve a peripheral connection or require a minimal code reproduction.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
There was a problem hiding this comment.
Pull request overview
Adds GitHub Issue Forms configuration to standardize incoming bug reports and route users to documentation instead of opening blank issues.
Changes:
- Disables blank issues and adds a documentation contact link via
.github/ISSUE_TEMPLATE/config.yml. - Introduces a structured “Bug Report” issue form collecting version, platform, reproduction details, sample code, and logs.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| .github/ISSUE_TEMPLATE/config.yml | Disables blank issues and provides a documentation link to guide users before filing issues. |
| .github/ISSUE_TEMPLATE/bug_report.yml | Adds a Bug Report issue form to capture consistent, actionable debugging information. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This pull request adds new issue templates to improve how bugs are reported and to guide users to the documentation when needed. The main changes are the introduction of a detailed bug report form and configuration to disable blank issues.
Issue template improvements:
.github/ISSUE_TEMPLATE/bug_report.ymlfile that provides a structured bug report form, prompting users for important details such as library version, OS, device, BLE version, sample code, and logs.Repository configuration:
.github/ISSUE_TEMPLATE/config.ymlto disable blank issues and provide a direct link to the documentation for further guidance.