Readme: big install, Contributing: mention Next Steps project (#1956)

This commit is contained in:
Scott Nonnenberg 2018-01-10 17:47:22 -08:00 committed by GitHub
parent d503d1ace3
commit 9b2e2a4605
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 4 deletions

View File

@ -4,13 +4,18 @@ Contributor Guidelines
## Advice for new contributors
Start small. The PRs most likely to be merged are the ones that make small,
easily reviewed changes with clear, and specific intentions. See below for more
easily reviewed changes with clear and specific intentions. See below for more
[guidelines on pull requests](#pull-requests).
It's a good idea to gauge interest in your intended work by finding the current issue
for it or creating a new one yourself. You can use also that issue as a place to signal
your intentions and get feedback from the users most likely to appreciate your changes.
You're most likely to have your pull request accepted easily if it addresses bugs already
in the [Next Steps project](https://github.com/WhisperSystems/Signal-Desktop/projects/1),
especially if they are near the top of the Backlog column. Those are what we'll be looking
at next, so it would be a great help if you helped us out!
Once you've spent a little bit of time planning your solution, it's a good idea to go
back to the issue and talk about your approach. We'd be happy to provide feedback. [An
ounce of prevention, as they say!](https://www.goodreads.com/quotes/247269-an-ounce-of-prevention-is-worth-a-pound-of-cure)

View File

@ -6,8 +6,7 @@ Signal Desktop is an Electron application that links with your
[Signal Android](https://github.com/WhisperSystems/Signal-Android)
or [Signal iOS](https://github.com/WhisperSystems/Signal-iOS) app.
Install [Signal Desktop](https://signal.org/download/)!
## Install production version: https://signal.org/download/
## Install the beta
@ -15,7 +14,7 @@ You can install it on a computer which already has the production version instal
- _Windows:_ You can find the most recent build here: https://updates.signal.org/desktop/beta.yml
- _Mac:_ You can find the most recent build here: https://updates.signal.org/desktop/beta-mac.yml
- _Linux:_ same instructions as above, but run `apt-get signal-desktop-beta` instead
- _Linux:_ same instructions as the production install steps linked above, but run `apt-get signal-desktop-beta` instead
## Got a question?