github-desktop/docs
2018-08-03 13:23:01 -04:00
..
contributing Update the node version noted in setup.md 2018-08-03 13:23:01 -04:00
integrations add screenshots and steps 2017-08-17 17:50:19 +10:00
process add a bit more context 2018-05-23 07:57:53 +10:00
technical Merge pull request #3675 from j-f1/my-hands-are-typing 2018-07-06 09:51:20 -05:00
installation.md don't abbreviate here 2017-12-27 12:48:03 +10:30
known-issues.md use more granular links when opening a new issue 2018-05-08 10:59:39 +10:00
README.md update links 2018-04-20 10:43:45 -05: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.