github-desktop/docs
2020-03-12 17:21:00 +01:00
..
contributing Fix a typo in the python section in the docs 2020-01-18 14:12:53 +01:00
integrations Fix spacing 2019-03-22 12:06:05 -04:00
process Merge branch 'development' into test-update 2020-02-11 17:15:01 -08:00
technical Add initial overview of the proxy support 2020-03-12 17:21:00 +01: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 section about Autorun values causing auth failures 2020-02-07 14:10:17 -05:00
README.md Update README.md 2019-09-06 08:50:35 -07: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