Skip to content

Commit

Permalink
and some more tidy up
Browse files Browse the repository at this point in the history
  • Loading branch information
shiftkey committed May 4, 2017
1 parent 53c279c commit 02cb50e
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 18 deletions.
8 changes: 4 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

The following is a set of guidelines for contributing to GitHub Desktop and its
related projects, which are hosted in the [Desktop Organization](https://github.com/desktop)
on GitHub. These are just guidelines, not rules. Use your best judgment, and feel free to
propose changes to this document in a pull request.
on GitHub. These are just guidelines, not rules. Use your best judgment, and
feel free to propose changes to this document in a pull request.

Note that GitHub Desktop is currently a public beta, so everything is likely to
change over time as we learn and refine how we work with the community.
Expand Down Expand Up @@ -56,8 +56,8 @@ reports :mag_right:.
Before creating bug reports, please check [this list](#before-submitting-a-bug-report)
as you might find out that you don't need to create one. When you are creating
a bug report, please [include as many details as possible](#how-do-i-submit-a-good-bug-report).
Fill out [the required template](../../.github/ISSUE_TEMPLATE.md), the information it
asks for helps us resolve issues faster.
Fill out [the required template](../../.github/ISSUE_TEMPLATE.md), the information
it asks for helps us resolve issues faster.

#### Before Submitting A Bug Report

Expand Down
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

[![Travis Build Status](https://travis-ci.com/desktop/desktop.svg?token=bruh3Kp8xZqr5CQ5et3q&branch=master)](https://travis-ci.com/desktop/desktop) [![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/kstdl28ba3f7drbr/branch/master?svg=true)](https://ci.appveyor.com/project/github-windows/desktop/branch/master)

GitHub Desktop is an open source [Electron](https://electron.atom.io)-based GitHub app. It
is written in [TypeScript](http://www.typescriptlang.org) and uses
[React](https://facebook.github.io/react/).
GitHub Desktop is an open source [Electron](https://electron.atom.io)-based
GitHub app. It is written in [TypeScript](http://www.typescriptlang.org) and
uses [React](https://facebook.github.io/react/).

## Where can I get it?

Expand Down Expand Up @@ -32,10 +32,10 @@ If you can't find an issue that matches what you're seeing, open a [new issue](h
and fill out the template to provide us with enough information to investigate
further.

## I want to contribute!
## How can I contribute to GitHub Desktop?

The [CONTRIBUTING.md](./CONTRIBUTING.md) document will help you get setup and
familiar with the source. The [documentation](./docs) folder also contains more
familiar with the source. The [documentation](docs/) folder also contains more
resources relevant to the project.

## More Resources
Expand All @@ -48,10 +48,10 @@ information about GitHub Desktop.
**[MIT](LICENSE)**

The MIT license grant is not for GitHub's trademarks, which include the logo
designs. GitHub reserves all trademark and copyright rights in and to all GitHub
trademarks. GitHub's logos include, for instance, the stylized Invertocat
designs that include "logo" in the file title in the following folder:
[logos](app/static/logos).
designs. GitHub reserves all trademark and copyright rights in and to all
GitHub trademarks. GitHub's logos include, for instance, the stylized
Invertocat designs that include "logo" in the file title in the following
folder: [logos](app/static/logos).

GitHub® and its stylized versions and the Invertocat mark are GitHub's
Trademarks or registered Trademarks. When using GitHub's logos, be sure to
Expand Down
14 changes: 9 additions & 5 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# GitHub Desktop Documentation

This is the [GitHub Desktop](https://github.com/desktop/desktop) product development documentation.
This is the [GitHub Desktop](https://github.com/desktop/desktop) development
documentation.

## Contributing

If you are interested in participating and contributing to the project, you
should read these resources to get familiar with how things work:
If you are interested in contributing to the project, you should read these
resources to get familiar with how things work:

- **[How Can I Contribute?](../CONTRIBUTING.md#how-can-i-contribute)** -
details about how you can participate
Expand All @@ -21,7 +22,8 @@ should read these resources to get familiar with how things work:

Details about how the team is organizing and shipping GitHub Desktop:

- **[Issue Triage](process/issue-triage.md)** - how we address issues reported by users
- **[Issue Triage](process/issue-triage.md)** - how we address issues reported
by users
- **[Review Process](process/reviews.md)** - how we review contributions
- **[Releasing updates](process/releasing-updates.md)** - how we deploy things
- **[Roadmap](process/roadmap.md)** - how we plan for the future
Expand All @@ -32,4 +34,6 @@ These documents contain more details about the internals of GitHub Desktop
and how things work:

- **[Dialogs](technical/dialogs.md)** - details about the dialog component API
- **[Windows menu bar](technical/windows-menu-bar.md)** - Electron doesn't provide inbuilt support for styling the menu for Windows, so we've created our own custom components to achieve this.
- **[Windows menu bar](technical/windows-menu-bar.md)** - Electron doesn't
provide inbuilt support for styling the menu for Windows, so we've created
our own custom components to achieve this.

0 comments on commit 02cb50e

Please sign in to comment.