New GH issue templates#14742
Conversation
There was a problem hiding this comment.
Pull request overview
This PR modernizes the GitHub issue templates by replacing the single legacy markdown template with structured YAML-based templates, providing a more user-friendly and organized experience for issue reporters.
Changes:
- Removed the old single markdown issue template (ISSUE_TEMPLATE.md)
- Added four new YAML-based templates: bug_report.yml, feature_request.yml, question.yml, and config.yml
- Introduced structured forms with dropdowns, text areas, and validation for better issue quality
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 6 comments.
Show a summary per file
| File | Description |
|---|---|
| .github/ISSUE_TEMPLATE.md | Removed legacy markdown template that combined all issue types |
| .github/ISSUE_TEMPLATE/bug_report.yml | Added comprehensive bug report form with required fields for camera model, firmware, OS, and reproduction steps |
| .github/ISSUE_TEMPLATE/feature_request.yml | Added feature request form with fields for problem description, proposed solution, and use case |
| .github/ISSUE_TEMPLATE/question.yml | Added question/help template with topic categorization and context fields |
| .github/ISSUE_TEMPLATE/config.yml | Added configuration file with contact links to GitHub Discussions, Intel community forum, and documentation |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| value: | | ||
| Thanks for suggesting a new feature! | ||
|
|
||
| Before submitting, please check if a similar feature request already exists in [our issues](https://github.com/IntelRealSense/librealsense/issues). |
There was a problem hiding this comment.
The URLs reference the old 'IntelRealSense' organization name, but according to the repository README, the project has migrated to the 'realsenseai' organization. All URLs should be updated to use 'https://github.com/realsenseai/librealsense/' instead of 'https://github.com/IntelRealSense/librealsense/' to match the current repository location and prevent potential issues if the redirect is removed.
| Before submitting, please check if a similar feature request already exists in [our issues](https://github.com/IntelRealSense/librealsense/issues). | |
| Before submitting, please check if a similar feature request already exists in [our issues](https://github.com/realsenseai/librealsense/issues). |
| url: https://github.com/IntelRealSense/librealsense/discussions | ||
| about: For general questions and community discussions | ||
| - name: Intel RealSense Community | ||
| url: https://community.intel.com/t5/Intel-RealSense-Depth-Cameras/bd-p/intel-realsense-depth-cameras | ||
| about: Intel's official RealSense community forum | ||
| - name: Documentation | ||
| url: https://github.com/IntelRealSense/librealsense/tree/master/doc |
There was a problem hiding this comment.
The URLs reference the old 'IntelRealSense' organization name, but according to the repository README, the project has migrated to the 'realsenseai' organization. All URLs should be updated to use 'https://github.com/realsenseai/librealsense/' instead of 'https://github.com/IntelRealSense/librealsense/' to match the current repository location and prevent potential issues if the redirect is removed.
| url: https://github.com/IntelRealSense/librealsense/discussions | |
| about: For general questions and community discussions | |
| - name: Intel RealSense Community | |
| url: https://community.intel.com/t5/Intel-RealSense-Depth-Cameras/bd-p/intel-realsense-depth-cameras | |
| about: Intel's official RealSense community forum | |
| - name: Documentation | |
| url: https://github.com/IntelRealSense/librealsense/tree/master/doc | |
| url: https://github.com/realsenseai/librealsense/discussions | |
| about: For general questions and community discussions | |
| - name: Intel RealSense Community | |
| url: https://community.intel.com/t5/Intel-RealSense-Depth-Cameras/bd-p/intel-realsense-depth-cameras | |
| about: Intel's official RealSense community forum | |
| - name: Documentation | |
| url: https://github.com/realsenseai/librealsense/tree/master/doc |
No description provided.