github-desktop/docs
William Shepherd 2de68dfd1e
Update docs/process/metrics.md
Co-Authored-By: Billy Griffin <5091167+billygriffin@users.noreply.github.com>
2019-05-14 09:37:59 -05:00
..
contributing remove references to master in docs 2018-12-27 15:38:17 -08:00
integrations Add screenshots 2019-01-14 13:08:20 -05:00
process Update docs/process/metrics.md 2019-05-14 09:37:59 -05:00
technical use contents rather than value 2019-02-04 15:38:43 -04:00
installation.md don't abbreviate here 2017-12-27 12:48:03 +10:30
known-issues.md rewrote workaround to use a newer Git config value 2019-02-19 08:45:27 -04: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