Skip to content

Commit 083dfb7

Browse files
authored
fix: Update CONTRIBUTING.md (#6638)
1 parent 915a1d6 commit 083dfb7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Contributing
22

3-
Wrangler is an open source project and we welcome contributions from you. Thank you!
3+
Wrangler is an open-source project and we welcome contributions from you. Thank you!
44

55
Below you can find some guidance on how to be most effective when contributing to the project.
66

77
## Before getting started
88

9-
We really appreciate your interest in making a contribution, and we want to make sure that the process is as smooth and transparent as possible! To this end, we note that the Workers team is actively doing development in this repository, and while we consistently strive to communicate status and current thinking around all open issues, there may be times when context surrounding certain items is not up to date. Therefore, **for non-trivial changes, please always engage on the issue or create a discussion or feature request issue first before writing your code.** This will give us opportunity to flag any considerations you should be aware of before you spend time developing. Of course for trivial changes, please feel free to go directly to filing a PR, with the understanding that the PR itself will serve as the place to discuss details of the change.
9+
We really appreciate your interest in making a contribution, and we want to make sure that the process is as smooth and transparent as possible! To this end, we note that the Workers team is actively doing development in this repository, and while we consistently strive to communicate status and current thinking around all open issues, there may be times when context surrounding certain items is not up to date. Therefore, **for non-trivial changes, please always engage on the issue or create a discussion or feature request issue first before writing your code.** This will give us opportunity to flag any considerations you should be aware of before you spend time developing. Of course, for trivial changes, please feel free to go directly to filing a PR, with the understanding that the PR itself will serve as the place to discuss details of the change.
1010

1111
Thanks so much for helping us improve the [workers-sdk](https://github.com/cloudflare/workers-sdk), and we look forward to your contribution!
1212

@@ -89,7 +89,7 @@ Workspaces in this project are mostly written in [TypeScript](https://www.typesc
8989
```sh
9090
> pnpm run --filter wrangler start
9191
```
92-
- Build a distributable for a specific workspace(e.g. wrangler)
92+
- Build a distributable for a specific workspace (e.g. wrangler)
9393
```sh
9494
> pnpm run build --filter wrangler
9595
```
@@ -103,7 +103,7 @@ The code in the repository is checked for type checking, formatting, linting and
103103
> pnpm run check
104104
```
105105

106-
When doing normal development you may want to run these checks individually.
106+
When doing normal development, you may want to run these checks individually.
107107

108108
### Type Checking
109109

0 commit comments

Comments
 (0)