github-desktop/docs
2019-10-03 17:43:23 +01:00
..
contributing Fixed some grammar mistakes and typographical errors in the docs. 2019-09-26 14:52:04 -05:00
integrations Fix spacing 2019-03-22 12:06:05 -04:00
process Simplify and update Desktop roadmap 2019-09-09 16:43:37 -06:00
technical Add suport for IntelliJ Idea on Mac 2019-10-03 17:43:23 +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 adding build number for context 2019-07-29 08:32:22 -10: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