forked from electron/electron
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add docs/development/README.md (electron#12373)
- Loading branch information
1 parent
060b592
commit e3dfffb
Showing
3 changed files
with
33 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# 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](../../CODE_OF_CONDUCT.md) | ||
* [Contributing to Electron](../../CONTRIBUTING.md) | ||
* [Issues](issues.md) | ||
* [Pull Requests](pull-requests.md) | ||
* [Documentation Styleguide](styleguide.md) | ||
* [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-osx.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) | ||
* [Upgrading Chromium](upgrading-chromium.md) | ||
* [Upgrading Crashpad](upgrading-crashpad.md) | ||
* [Upgrading Node](upgrading-node.md) | ||
* [Releasing](releasing.md) |