erickzhao

#50198: docs: point pull requests guide to build tools

Merged
Created: Mar 10, 2026, 11:51:51 PM
Merged: Mar 13, 2026, 3:01:41 PM
2 comments
Target: main

Description of Change

Follow-up to #49294

cc @mitchchn @electron/docs

Checklist

Release Notes

Notes: none

Backports

41-x-y
Merged
PR Number
#50253
Merged At
Mar 13, 2026, 3:16:10 PM
Released In
Not yet
Release Date
Not yet

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