2018-03-20 19:36:48 +00:00
|
|
|
# Developing Electron
|
|
|
|
|
2018-04-09 20:58:10 +00:00
|
|
|
These guides are intended for people working on the Electron project itself.
|
|
|
|
For guides on Electron app development, see
|
2018-03-20 19:36:48 +00:00
|
|
|
[/docs/README.md](../README.md#guides-and-tutorials).
|
|
|
|
|
2021-09-27 15:35:56 +00:00
|
|
|
* [Code of Conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md)
|
|
|
|
* [Contributing to Electron](https://github.com/electron/electron/blob/main/CONTRIBUTING.md)
|
2018-03-20 19:36:48 +00:00
|
|
|
* [Issues](issues.md)
|
|
|
|
* [Pull Requests](pull-requests.md)
|
2018-04-09 20:58:10 +00:00
|
|
|
* [Documentation Styleguide](coding-style.md#documentation)
|
2018-03-20 19:36:48 +00:00
|
|
|
* [Source Code Directory Structure](source-code-directory-structure.md)
|
|
|
|
* [Coding Style](coding-style.md)
|
|
|
|
* [Using clang-format on C++ Code](clang-format.md)
|
2020-11-05 01:24:17 +00:00
|
|
|
* [Using clang-tidy on C++ Code](clang-tidy.md)
|
2018-03-20 19:36:48 +00:00
|
|
|
* [Build System Overview](build-system-overview.md)
|
2018-09-28 03:16:38 +00:00
|
|
|
* [Build Instructions (macOS)](build-instructions-macos.md)
|
2018-03-20 19:36:48 +00:00
|
|
|
* [Build Instructions (Windows)](build-instructions-windows.md)
|
|
|
|
* [Build Instructions (Linux)](build-instructions-linux.md)
|
|
|
|
* [Chromium Development](chromium-development.md)
|
|
|
|
* [V8 Development](v8-development.md)
|
|
|
|
* [Testing](testing.md)
|
|
|
|
* [Debugging on Windows](debug-instructions-windows.md)
|
|
|
|
* [Debugging on macOS](debugging-instructions-macos.md)
|
|
|
|
* [Setting Up Symbol Server in Debugger](setting-up-symbol-server.md)
|
2019-10-09 23:07:15 +00:00
|
|
|
* [Patches](patches.md)
|