github-desktop/docs
zipperer 6e601a551e
Update editor-integration.md
Linux editors list: add entries for JetBrains {PHPStorm|WebStorm}.
Before this commit, [`app/src/lib/editors/linux.ts`](https://github.com/desktop/desktop/blob/development/app/src/lib/editors/linux.ts) includes these editors.

This commit is not related to the pull request for adding Emacs. However, I tacked this commit onto the pull request in passing.
2023-01-03 11:53:07 -06:00
..
assets Demo graphic not clipped 2022-08-26 10:03:05 -04:00
contributing Update setup.md 2022-09-29 15:52:37 -05:00
integrations Update gitlab.md screenshots 2022-12-07 12:17:47 -05:00
learn-more So so so 2022-08-29 05:36:17 -04:00
process Mention enabling prod releases in docs 2022-09-05 17:25:02 +02:00
technical Update editor-integration.md 2023-01-03 11:53:07 -06:00
installation.md Fixed some grammar mistakes and typographical errors in the docs. 2019-09-26 14:52:04 -05:00
known-issues.md Add "annoying admin password prompt" issue to known issues docs 2022-09-05 17:39:10 +02:00
README.md Link to it 2020-03-12 17:21:04 +01:00

GitHub Desktop Documentation

This is the GitHub Desktop development documentation.

Contributing

If you are interested in contributing to the project, you should read these resources to get familiar with how things work:

Process

Details about how the team is organizing and shipping GitHub Desktop:

Technical

These documents contain more details about the internals of GitHub Desktop and how things work:

  • Dialogs - details about the dialog component API
  • Windows menu bar - Electron doesn't provide inbuilt support for styling the menu for Windows, so we've created our own custom components to achieve this.
  • Developer OAuth App - GitHub Desktop ships with the ability to OAuth on behalf of a user. A developer OAuth app is bundled to reduce the friction of getting started.
  • Building and Packaging Desktop - Outlines how Desktop is currently packaged for all platforms
  • Automatic Git Proxy support - A pre-launch overview and troubleshooting guide for the Git automatic proxy support in GitHub Desktop.