Skip to content

Commit 2fdeea1

Browse files
silvncrBerkmann18
andauthored
docs: proofread All Documentation (all-contributors#571)
Co-authored-by: Maximilian Berkmann <[email protected]>
1 parent e3c944d commit 2fdeea1

16 files changed

+51
-50
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ A clear and concise description of what the bug is.
1313
**To Reproduce**
1414
Steps to reproduce the behavior:
1515
1. Go to '...'
16-
2. Click on '....'
17-
3. Scroll down to '....'
16+
2. Click on '...'
17+
3. Scroll down to '...'
1818
4. See error
1919

2020
**Expected behavior**

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ assignees: ''
88
---
99

1010
**Is your feature request related to a problem? Please describe.**
11-
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
11+
A clear and concise description of what the problem is. For example, "I'm always frustrated when [...]"
1212

1313
**Describe the solution you'd like**
1414
A clear and concise description of what you want to happen.

MAINTAINERS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Current maintainers:
77
- [Tyler Benning](https://github.com/tbenning)
88
- [Jeff Wen](https://github.com/sinchang)
99

10-
See [the github All Contributors Core Team group](https://github.com/orgs/all-contributors/teams/core/members)
10+
See [the GitHub All Contributors Core Team group](https://github.com/orgs/all-contributors/teams/core/members)
1111

1212
## Roadmap/Goals
1313
### Unite all contributor efforts ✅
@@ -26,7 +26,7 @@ See [the github All Contributors Core Team group](https://github.com/orgs/all-co
2626
- [x] Switch to .org from .js.org and promote to communities outside JavaScript
2727
- [ ] Create a video
2828
- [ ] Improve SEO (see goals)
29-
- [ ] Add all contributors bot to github marketplace (see goals 250 app installs)
29+
- [ ] Add all contributors bot to GitHub marketplace (see goals 250 app installs)
3030

3131

3232
## Metrics OKR Period - Open Leaders (Mid Feb 2019 until April 2019)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141

4242

4343

44-
This is a specification for recognizing contributors to an open source project in a way that rewards each and every contribution, not just code.
44+
This is a specification for recognizing contributors to an open-source project in a way that rewards every contribution, not just code.
4545

4646
The basic idea is this:
4747

@@ -70,7 +70,7 @@ See the [contributing docs](https://allcontributors.org/docs/en/project/contribu
7070

7171
## Contributors ✨
7272

73-
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
73+
Thanks go to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
7474

7575
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
7676
<!-- prettier-ignore-start -->

docs/bot/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sidebar_label: Configuration
55
---
66

77
You can configure the all-contributors bot behaviour by updating the `.all-contributorsrc` JSON file.
8-
The data used to generate the contributors list will be stored in there, and you
8+
The data used to generate the contributors list will be stored there, and you
99
can configure how you want `@all-contributors` to generate the list.
1010

1111
> You are viewing the 🤖Bot Configuration, which is similar to the [CLI Configuration](../cli/configuration)

docs/bot/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ sidebar_label: Installation
1818

1919

2020
## 3. Create a `README.md`
21-
Ensure you have a `README.md` file in the root of the project (it can be empty).
21+
Ensure you have a `README.md` file at the root of the project (it can be empty).
2222

2323
If you prefer your contributors table in a place other than the `README.md`; After merging your first bot PR, you can move your contributors table,
2424
see `files` in the [bot configuration](configuration)

docs/bot/usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The bot will then create a Pull Request to add the contributor, then reply with
2525
> Your request to the bot doesn't need to be perfect. The bot will use [basic Natural Language Parsing](https://github.com/all-contributors/app/blob/master/lib/parse-comment.js) to determine your intent.
2626
> For example, this will work too:
2727
>
28-
> `Jane you are crushing it in documentation and your infrastructure work has been great too. Let's add @jane.doe23 for her contributions. cc @all-contributors`
28+
> `Jane you are crushing it in the documentation and your infrastructure work has been great too. Let's add @jane.doe23 for her contributions. cc @all-contributors`
2929
>
3030
> The bot will work best in parsing your comment correctly if you precede the contributor's username with @ as shown above. Otherwise, the bot may not correctly identify the user.
3131
## What's next

docs/cli/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sidebar_label: Configuration
55
---
66

77
You can configure all-contributors by updating the `.all-contributorsrc` JSON file.
8-
The data used to generate the contributors list will be stored in there, and you
8+
The data used to generate the contributors list will be stored there, and you
99
can configure how you want `all-contributors-cli` to generate the list.
1010

1111
> You are viewing the CLI Configuration, are you looking for the [Bot Configuration](../bot/configuration)?

docs/cli/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ yarn add --dev all-contributors-cli # or npm i -D all-contributors-cli
2222

2323
Alternatively, Arch Linux users can install the [`all-contributors-cli`](https://aur.archlinux.org/packages/all-contributors-cli) package from the AUR.
2424

25-
> The CLI is node based, if you don't wish to add a node dependency use the [@all-contributors bot 🤖](../bot/overview)
25+
> The CLI is node-based, if you don't wish to add a node dependency use the [@all-contributors bot 🤖](../bot/overview)
2626
2727

2828
## 2. Init the Project

docs/cli/usage.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ for a list of valid `contribution` types.
3636
3737
### `all-contributors check`
3838
Use `check` to compare contributors from GitHub with the ones credited in your
39-
`.all-contributorsrc` file, in order to make sure that credit is given where
39+
`.all-contributorsrc` file, to make sure that credit is given where
4040
it's due.
4141

4242
> Due to GitHub API restrictions, this command only works for projects with less
@@ -47,26 +47,26 @@ it's due.
4747
Use `generate` to read the `contributors` list from your `.all-contributorsrc` file
4848
and update the contributor tables specified by the `files` key.
4949

50-
Please note the command must be able to find the following tags in those files, in order to update the table:
50+
Please note the command must be able to find the following tags in those files, to update the table:
5151
```
5252
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
5353
<!-- ALL-CONTRIBUTORS-LIST:END -->
5454
```
55-
Also note that it needs to find the following tags in order to update the badge:
55+
Also, note that it needs to find the following tags to update the badge:
5656
```
5757
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
5858
<!-- ALL-CONTRIBUTORS-BADGE:END -->
5959
```
6060

6161

6262
## GitHub Users
63-
In some cases you may see the error message `GitHub API rate limit exceeded for xxx`. You may need to set an environment variable named `PRIVATE_TOKEN` in order to circumvent this [GitHub rate limit](https://developer.github.com/v3/rate_limit/).
63+
In some cases you may see the error message `GitHub API rate limit exceeded for xxx`. You may need to set an environment variable named `PRIVATE_TOKEN` to circumvent this [GitHub rate limit](https://developer.github.com/v3/rate_limit/).
6464

65-
> Private token is your personal access token to authenticate with the GitHub API.
65+
> Private token is your Personal Access Token (PAT) to authenticate with the GitHub API.
6666
6767

6868
## GitLab Users
69-
Please note that if you are using a self-hosted gitlab instance,
69+
Please note that if you are using a self-hosted GitLab instance,
7070
some commands will need you to set an environment variable named `PRIVATE_TOKEN` first.
7171

7272
> Private token is the personal access token to authenticate with the GitLab API.

0 commit comments

Comments
 (0)