33ef0d23a6
* docs: fix minor grammar error 'punctuations' * docs: fix minor grammar error pluralizing Chromium * docs: fix typo 'updateCurrentActiviy' * docs: use consistent spelling of 'behavior' * docs: use 'macOS' instead of 'Mac OS' or 'OS X'. * docs: use 'GTK' instead of 'GTK+' https://mail.gnome.org/archives/gtk-devel-list/2019-February/msg00000.html * docs: minor capitalization: use 'TCP' not 'tcp' * Update docs/development/build-instructions-linux.md Co-Authored-By: Mark Lee <malept@users.noreply.github.com> Co-authored-by: Mark Lee <malept@users.noreply.github.com> Co-authored-by: John Kleinschmidt <jkleinsc@github.com> |
||
---|---|---|
.. | ||
atom-shell-vs-node-webkit.md | ||
azure-vm-setup.md | ||
build-instructions-gn.md | ||
build-instructions-linux.md | ||
build-instructions-macos.md | ||
build-instructions-windows.md | ||
build-system-overview.md | ||
chromium-development.md | ||
clang-format.md | ||
coding-style.md | ||
debug-instructions-windows.md | ||
debugging-instructions-macos-xcode.md | ||
debugging-instructions-macos.md | ||
goma.md | ||
issues.md | ||
patches.md | ||
pull-requests.md | ||
README.md | ||
setting-up-symbol-server.md | ||
source-code-directory-structure.md | ||
testing.md | ||
upgrading-node.md | ||
v8-development.md |
Developing Electron
These guides are intended for people working on the Electron project itself. For guides on Electron app development, see /docs/README.md.
- Code of Conduct
- Contributing to Electron
- Issues
- Pull Requests
- Documentation Styleguide
- Source Code Directory Structure
- Coding Style
- Using clang-format on C++ Code
- Build System Overview
- Build Instructions (macOS)
- Build Instructions (Windows)
- Build Instructions (Linux)
- Chromium Development
- V8 Development
- Testing
- Debugging on Windows
- Debugging on macOS
- Setting Up Symbol Server in Debugger
- Patches
- Upgrading Node