github-desktop/docs
2018-11-01 11:04:26 -05:00
..
contributing Merge pull request #5899 from desktop/shiftkey-patch-1 2018-10-25 11:50:56 -05:00
integrations
process Merge pull request #5940 from desktop/shiftkey-patch-2 2018-10-23 08:48:59 -07:00
technical Add SlickEdit to documentation 2018-11-01 11:04:26 -05:00
installation.md
known-issues.md Link last two known issues 2018-10-02 09:46:40 -06:00
README.md Include link to packaging in Readme 2018-09-22 06:26:32 +10: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