Skip to content

New GH issue templates#14742

Closed
Nir-Az wants to merge 4 commits into
realsenseai:developmentfrom
Nir-Az:gh-issue
Closed

New GH issue templates#14742
Nir-Az wants to merge 4 commits into
realsenseai:developmentfrom
Nir-Az:gh-issue

Conversation

@Nir-Az

@Nir-Az Nir-Az commented Feb 18, 2026

Copy link
Copy Markdown
Collaborator

No description provided.

Copilot AI review requested due to automatic review settings February 18, 2026 20:58

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

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.

Comment thread .github/ISSUE_TEMPLATE/bug_report.yml
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).

Copilot AI Feb 18, 2026

Copy link

Choose a reason for hiding this comment

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

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.

Suggested change
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).

Copilot uses AI. Check for mistakes.
Comment thread .github/ISSUE_TEMPLATE/question.yml
Comment thread .github/ISSUE_TEMPLATE/config.yml Outdated
Comment on lines +4 to +10
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

Copilot AI Feb 18, 2026

Copy link

Choose a reason for hiding this comment

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

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.

Suggested change
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

Copilot uses AI. Check for mistakes.
Comment thread .github/ISSUE_TEMPLATE/feature_request.yml Outdated
Comment thread .github/ISSUE_TEMPLATE/feature_request.yml Outdated
@Nir-Az Nir-Az requested review from sareluzi February 19, 2026 10:14
@Nir-Az Nir-Az changed the title New GH template New GH issue templates Feb 19, 2026
Comment thread .github/ISSUE_TEMPLATE/bug_report.yml
Comment thread .github/ISSUE_TEMPLATE/bug_report.yml
@Nir-Az Nir-Az requested review from sareluzi and removed request for sareluzi February 19, 2026 13:28
@Nir-Az Nir-Az closed this Feb 19, 2026
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.

3 participants