Skip to content

Commit b217430

Browse files
committed
chore: massaging language a bit
1 parent 57a0e47 commit b217430

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -54,19 +54,14 @@ Contributors are encouraged to use vanilla Node.js as much as pragmatically
5454
possible to standardize writing, reviewing, and maintaining samples and their
5555
tests, ideally reducing dependencies on third party libraries.
5656

57-
For tests, using the standard
58-
library [assert](https://nodejs.org/docs/latest-v18.x/api/assert.html) is
59-
preferred. The library provides a strict and a legacy mode; please use the
57+
For tests, we recommend using the standard
58+
library [assert](https://nodejs.org/docs/latest-v18.x/api/assert.html). The library provides a strict and a legacy mode; please use the
6059
strict mode as shown below:
6160

6261
```js
6362
const assert = require('node:assert/strict');
6463
```
6564

66-
If you want to use a third party package, help us to understand if you have
67-
requirements not fulfilled by core libraries in the description of your pull
68-
request.
69-
7065
### CI testing
7166

7267
For new samples, a GitHub Actions workflow should be created to run your tests

0 commit comments

Comments
 (0)