Skip to content

Commit 3e295ea

Browse files
authored
[docs] update contributions content
1 parent 1462f87 commit 3e295ea

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ Contributions are always welcome, no matter how big or small the contribution. B
44

55
## TLDR;
66

7-
```js
7+
```sh
88
> yarn
99
> yarn dev
1010
```
1111

1212
In another terminal window:
1313

14-
```
14+
```sh
1515
> yarn --cwd ./docs && yarn --cwd ./docs dev
1616
```
1717

@@ -53,9 +53,8 @@ In another terminal window:
5353
I welcome your pull requests.
5454

5555
1. Fork the repo and create your branch from `main`.
56-
2. If you've added code that should be tested, add tests.
57-
3. If you've changed the API, update the documentation in the [README](README).
58-
4. Ensure the test suite passes.
56+
1. If you've added code that should be tested, add tests.
57+
1. If you've changed the API, update the [README](README) with your changes.
5958

6059
## License
6160

0 commit comments

Comments
 (0)