Skip to content

Commit fb51581

Browse files
authored
Grammatically updated the contribution.md (#12886)
1 parent 93d41cf commit fb51581

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Diff for: CONTRIBUTING.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# How to Contribute
22

3-
Jest is one of Facebook's open source projects that is both under very active development and is also being used to ship code to everybody on [facebook.com](https://www.facebook.com). We're still working out the kinks to make contributing to this project as easy and transparent as possible, but we're not quite there yet. Hopefully this document makes the process for contributing clear and answers some questions that you may have.
3+
Jest is one of Facebook's open-source projects that is both under very active development and is also being used to ship code to everybody on [Facebook.com](https://www.facebook.com). We're still working out the kinks to make contributing to this project as easy and transparent as possible, but we're not quite there yet. Hopefully, this document makes the process for contributing clear and answers some questions that you may have.
44

55
If you want an already configured online IDE to contribute to Jest, you can use [Gitpod](https://gitpod.io/#https://github.com/facebook/jest)!
66

@@ -18,7 +18,7 @@ We will do our best to keep `main` in good shape, with tests passing at all time
1818

1919
### Workflow and Pull Requests
2020

21-
The core team will be monitoring for pull requests. When we get one, we'll run some Facebook-specific integration tests on it first. From here, we'll need to get another person to sign off on the changes and then merge the pull request. For API changes we may need to fix internal uses, which could cause some delay. We'll do our best to provide updates and feedback throughout the process.
21+
The core team will be monitoring for pull requests. When we get one, we'll run some Facebook-specific integration tests on it first. From here, we'll need to get another person to sign off on the changes and then merge the pull request. For API changes we may need to fix internal uses, which could cause some delays. We'll do our best to provide updates and feedback throughout the process.
2222

2323
_Before_ submitting a pull request, please make sure the following is done…
2424

@@ -44,7 +44,7 @@ _Before_ submitting a pull request, please make sure the following is done…
4444
python --version
4545
```
4646

47-
1. Make sure you have a compatible version of `node` installed (As of October 29th 2021, `v16.x` is recommended).
47+
1. Make sure you have a compatible version of `node` installed (As of October 29th, 2021, `v16.x` is recommended).
4848

4949
```sh
5050
node -v
@@ -62,7 +62,7 @@ _Before_ submitting a pull request, please make sure the following is done…
6262
yarn --version
6363
```
6464

65-
On Windows `yarn install` may fail with `gyp ERR! build error`. One of possible solutions:
65+
On Windows `yarn install` may fail with `gyp ERR! build error`. One of the possible solutions:
6666

6767
```sh
6868
yarn global add windows-build-tools
@@ -100,7 +100,7 @@ For significant changes to the documentation or website and things like cleanup,
100100

101101
You can add or edit the changelog entry in the GitHub web interface once you have opened the pull request and know the number and link to it.
102102

103-
Make sure to alphabetically order your entry based on package name. If you have changed multiple packages, separate them with a comma.
103+
Make sure to alphabetically order your entry based on the package name. If you have changed multiple packages, separate them with a comma.
104104

105105
#### Testing
106106

@@ -221,7 +221,7 @@ Facebook has a [bounty program](https://www.facebook.com/whitehat/) for the safe
221221
## Code Conventions
222222

223223
- 2 spaces for indentation (no tabs).
224-
- 80 character line length strongly preferred.
224+
- 80 character line length is strongly preferred.
225225
- Prefer `'` over `"`.
226226
- ES6 syntax when possible.
227227
- Use [TypeScript](https://www.typescriptlang.org/).

0 commit comments

Comments
 (0)