github-desktop/docs
Rafael Oleza d575ed3bfe
Merge pull request #9368 from wengfatt/add-support-rider
Add support to Rider on Mac
2020-04-03 01:10:08 -07:00
..
contributing Remove VS2015 2020-03-27 10:24:50 -05:00
integrations Fix spacing 2019-03-22 12:06:05 -04:00
process Update roadmap with next larger thing up 2020-03-30 08:11:27 -06:00
technical Merge pull request #9368 from wengfatt/add-support-rider 2020-04-03 01:10:08 -07: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