nikwen

#52558: build: add AI agent instructions to bug report template

Merged
Created: Jul 30, 2026, 11:11:24 AM
Merged: Jul 31, 2026, 10:15:14 AM
1 comments
Target: main

Description of Change

Bugs filed by AI agents have been horrible to triage because they are too verbose, are missing sections, and focus on the wrong information.

This PR adds instructions for AI agents so that they hopefully create better issues.

Checklist

Release Notes

Notes: none

Backports

No Backports Requested

This pull request doesn't have any backports requested or created for older release branches.

What are backports?

Backports are copies of changes made to the main branch that are applied to older release branches. They ensure that bug fixes and important changes are available in maintained older versions of Electron.

Semver Impact

Major
Breaking changes
Minor
New features
Patch
Bug fixes
None
Docs, tests, etc.

Semantic Versioning helps users understand the impact of updates:

  • Major (X.y.z): Breaking changes that may require code modifications
  • Minor (x.Y.z): New features that maintain backward compatibility
  • Patch (x.y.Z): Bug fixes that don't change the API
  • None: Changes that don't affect using facing parts of Electron