25 lines
1.2 KiB
Markdown
25 lines
1.2 KiB
Markdown
# Developing Electron
|
|
|
|
These guides are intended for people working on the Electron project itself.
|
|
For guides on Electron app development, see
|
|
[/docs/README.md](../README.md#guides-and-tutorials).
|
|
|
|
* [Code of Conduct](https://github.com/electron/electron/blob/master/CODE_OF_CONDUCT.md)
|
|
* [Contributing to Electron](https://github.com/electron/electron/blob/master/CONTRIBUTING.md)
|
|
* [Issues](issues.md)
|
|
* [Pull Requests](pull-requests.md)
|
|
* [Documentation Styleguide](coding-style.md#documentation)
|
|
* [Source Code Directory Structure](source-code-directory-structure.md)
|
|
* [Coding Style](coding-style.md)
|
|
* [Using clang-format on C++ Code](clang-format.md)
|
|
* [Build System Overview](build-system-overview.md)
|
|
* [Build Instructions (macOS)](build-instructions-macos.md)
|
|
* [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)
|
|
* [Patches](patches.md)
|