Skip to content

Fix GitHub issue/feature templates: add version info, debug traces, and master-comparison guidance#2072

Draft
Copilot wants to merge 2 commits intomasterfrom
copilot/fix-issue-feature-templates
Draft

Fix GitHub issue/feature templates: add version info, debug traces, and master-comparison guidance#2072
Copilot wants to merge 2 commits intomasterfrom
copilot/fix-issue-feature-templates

Conversation

Copy link

Copilot AI commented Mar 14, 2026

Templates were too broad and lacked actionable guidance — reporters were missing version info, debug output, and had no prompt to check if their issue was already resolved upstream.

Changes

All three templates

  • Added a "Before filing" preamble with a GitHub compare URL template to check if the issue/feature is already addressed in master:
    https://github.com/linuxboot/heads/compare/<your-commit-hash>...master
    
  • Directs vendor-device users to file against their vendor if the fix exists in master but hasn't been released downstream.

bug-report-for-everything-except-build-errors.md

  • Fixed broken boards link: eganonoa/headslinuxboot/heads
  • Version info: Replaced vague/typo-ridden prompt with a clear instruction to navigate Options → System Information and paste the full version string (including git commit hash)
  • Debug traces: Added a prominent required section pointing to https://osresearch.net/Porting/#enabling-debug--trace-from-heads-gui

bug-report-for-heads-build-errors.md

  • Improved version question to reference Options → System Information and accept commit ID or tag

feature_request.md

  • Added master-comparison check and vendor escalation guidance

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • osresearch.net
    • Triggering command: /home/REDACTED/work/_temp/ghcca-node/node/bin/node /home/REDACTED/work/_temp/ghcca-node/node/bin/node --enable-source-maps /home/REDACTED/work/_temp/copilot-developer-action-main/dist/index.js (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Original prompt

This section details on the original issue you should resolve

<issue_title>Fix issue/feature templates at https://github.com/linuxboot/heads/tree/master/.github%2FISSUE_TEMPLATE</issue_title>
<issue_description>They are way too broad and not directly actionable.

  • Point to how to create debug traces for all bug reports from https://osresearch.net/Porting/#enabling-debug--trace-from-heads-gui
  • if not guide user into getting version from system-info and maybe even prepare Qr code to see diffs between used version from which fork vs master. User must upgrade if fixed in master, or push downstream to do bugfix release.
    </issue_description>

Comments on the Issue (you are @copilot in this section)


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

…er comparison guidance

Co-authored-by: tlaurion <827570+tlaurion@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix issue and feature templates for better actionability Fix GitHub issue/feature templates: add version info, debug traces, and master-comparison guidance Mar 14, 2026
Copilot AI requested a review from tlaurion March 14, 2026 16:22
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.

Fix issue/feature templates at https://github.com/linuxboot/heads/tree/master/.github%2FISSUE_TEMPLATE

2 participants