Skip to content

Commit 47aa797

Browse files
jgravoismoxie0
authored andcommitted
small CONTRIBUTING copyedits
Closes signalapp#6067 // FREEBIE
1 parent da05cf9 commit 47aa797

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Diff for: .github/PULL_REQUEST_TEMPLATE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
### First time contributor checklist
33
<!-- replace the empty checkboxes [ ] below with checked ones [x] accordingly -->
44
- [ ] I have read [how to contribute](https://github.com/WhisperSystems/Signal-Android/blob/master/CONTRIBUTING.md) to this project
5-
- [ ] I have signed the [Contributor Licence Agreement](https://whispersystems.org/cla/)
5+
- [ ] I have signed the [Contributor License Agreement](https://whispersystems.org/cla/)
66

77
### Contributor checklist
88
<!-- replace the empty checkboxes [ ] below with checked ones [x] accordingly -->

Diff for: CONTRIBUTING.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Contributing to Signal Android
22

3-
Thank you for deciding to help this project! If you have contributed to other open source projects before please note that some conventions here might be a bit different than what you have been used to. Reading this document will save you, other contributors and the developers time.
3+
Thank you for deciding to help this project! If you have contributed to other open source projects before please note that some conventions here might be a bit different than what you are used to. Reading this document will save you, other contributors and the developers time.
44

55

66
## Development Ideology
@@ -36,17 +36,17 @@ Please do **not** ask support questions at the issue tracker. We want to help yo
3636
Please do **not** use this issue tracker as a discussion forum. Discussion related to the bug in question should of course go to the issue itself. However other discussion should take place at the [community forum](https://whispersystems.discoursehosting.net). You can use that forum to discuss any Signal related topics or to just hang out with your fellow users.
3737

3838
### Don't bump issues
39-
Every time someone comments on an issue, GitHub sends email to [everyone who is watching](https://github.com/WhisperSystems/Signal-Android/watchers) the repository (currently around 500 people). Thus bumping issues with :+1:s, _me toos_ or asking for updates just generate unnecessary email notifications. Moreover bumping an issue does not help solving it. Please be respectful to everyone's time and try to only comment when you have relevant new information to add.
39+
Every time someone comments on an issue, GitHub sends email to [everyone who is watching](https://github.com/WhisperSystems/Signal-Android/watchers) the repository (currently around 500 people). Thus bumping issues with :+1:s, _me toos_ or asking for updates generates a lot of unnecessary email notifications. Moreover bumping an issue does not help solve it. Please be respectful of everyone's time and only comment if you have relevant new information to add.
4040

4141
### Open issues
4242

4343
#### If it's open it's tracked
44-
Have you followed all the points in the [Submitting useful bug reports guide](https://github.com/WhisperSystems/Signal-Android/wiki/Submitting-useful-bug-reports) but nobody has commented on your issue? Is there no milestone or person assigned to it? Don't worry, the developers read every issue and if it's open it means it's tracked and taken into account. It might just take time as other issues have higher priorities. And remember that this is an open source project: Anyone is encouraged to take an active role in fixing open issues.
44+
Have you followed all the points in the [Submitting useful bug reports guide](https://github.com/WhisperSystems/Signal-Android/wiki/Submitting-useful-bug-reports) but nobody has commented on your issue? Is there no milestone or person assigned to it? Don't worry, the developers read every issue and if it's open it means it's tracked and taken into account. It might just take time as other issues have higher priority. And remember that this is an open source project: Everyone is encouraged to take an active role in fixing open issues.
4545

4646
### Closed issues
4747

4848
#### "My issue was closed without giving a reason!"
49-
Please understand that writing detailed explanations every time for every issue someone comes up with takes time. Sometimes a reason has been posted earlier to another related issue which you can search for. It's also possible that your issue was not in line with the guidelines of the project (see especially the [Development Ideology](https://github.com/WhisperSystems/Signal-Android/blob/master/CONTRIBUTING.md#development-ideology)). Or it was just simply decided that the issue is not something that Signal should do at this time.
49+
Please understand that writing detailed explanations every time for every issue someone comes up with takes time. Sometimes a reason has been posted earlier to another related issue which you can search for. It's also possible that your issue was not in line with the guidelines of the project (see especially the [Development Ideology](https://github.com/WhisperSystems/Signal-Android/blob/master/CONTRIBUTING.md#development-ideology)), or it was decided that the issue is not something that Signal should do at this time.
5050

5151

5252
## Pull requests
@@ -55,7 +55,7 @@ Please understand that writing detailed explanations every time for every issue
5555
You need to sign our CLA before your pull request can be merged. You can sign it at: https://whispersystems.org/cla/
5656

5757
### Follow the Code Style Guidelines
58-
Before submitting a pull request please check that your code adheres to the [Code style Guidelines](https://github.com/WhisperSystems/Signal-Android/wiki/Code-Style-Guidelines).
58+
Before submitting a pull request please check that your code adheres to the [Code Style Guidelines](https://github.com/WhisperSystems/Signal-Android/wiki/Code-Style-Guidelines).
5959

6060
### Submit only complete PRs and test them
6161
Please do not submit pull requests that are still a work in progress. Pull requests should be ready for a merge when you submit them. Also please do not submit pull requests that you have not tested.
@@ -71,11 +71,11 @@ Accepted pull requests will be rewarded with Bitcoins! After your pull request h
7171

7272

7373
## How can I contribute?
74-
Any one can help by
74+
Anyone can help by
7575
- advising new people about the guidelines of this project
7676
- redirecting support questions to [email protected] and the [support site](https://support.whispersystems.org)
7777
- redirecting non-bug related discussions to the [community forum](https://whispersystems.discoursehosting.net)
78-
- improving documentation at the [wiki](https://github.com/WhisperSystems/Signal-Android/wiki)
78+
- improving documentation in the [wiki](https://github.com/WhisperSystems/Signal-Android/wiki)
7979
- [translating](https://www.transifex.com/projects/p/signal-android/)
8080
- finding and marking duplicate issues
8181
- trying to reproduce issues

0 commit comments

Comments
 (0)