Skip to content

Commit

Permalink
Documentation Improvement
Browse files Browse the repository at this point in the history
Further cosmetic edits (e.g. sentence capitalization)
  • Loading branch information
benhc123 authored Jan 8, 2019
1 parent 2c62d18 commit 3a89409
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,10 @@ what's already there? Does it fit with the Roadmap?
Pull requests are awesome. If you're looking to raise a PR for something which doesn't have an open issue, please think carefully about [raising an issue](#report-a-bug) which your PR can close, especially if you're fixing a bug. This makes it more likely that there will be enough information available for your PR to be properly tested and merged. To make sure your PR is accepted as quickly as possible, you should be sure to have read
all the guidelines on:

* [code standards](https://github.com/popcorn-official/popcorn-desktop/tree/master/docs/Code-Standards.md)
* [commit messages](https://github.com/popcorn-official/popcorn-desktop/tree/master/docs/Git-Workflow.md#commit-messages)
* [cleaning-up history](https://github.com/popcorn-official/popcorn-desktop/tree/master/docs/Git-Workflow.md#clean-up-history)
* [not breaking the build](https://github.com/popcorn-official/popcorn-desktop/tree/master/docs/Git-Workflow.md#check-it-passes-the-tests)
* [Code standards](https://github.com/popcorn-official/popcorn-desktop/tree/master/docs/Code-Standards.md)
* [Commit messages](https://github.com/popcorn-official/popcorn-desktop/tree/master/docs/Git-Workflow.md#commit-messages)
* [Cleaning-up history](https://github.com/popcorn-official/popcorn-desktop/tree/master/docs/Git-Workflow.md#clean-up-history)
* [Not breaking the build](https://github.com/popcorn-official/popcorn-desktop/tree/master/docs/Git-Workflow.md#check-it-passes-the-tests)

##### Need Help?

Expand All @@ -133,7 +133,7 @@ For translations please go to: [Transifex](https://www.transifex.com/butterproje
1. cd into the project folder
1. Run `npm install -g grunt-cli bower` - to make it possible to run grunt commands

[complete documentation](https://github.com/popcorn-official/popcorn-desktop/tree/master/docs/Build-Debug.md).
[Complete documentation](https://github.com/popcorn-official/popcorn-desktop/tree/master/docs/Build-Debug.md)

### Updating with the latest changes

Expand Down

0 comments on commit 3a89409

Please sign in to comment.