modelpact 2.0.3 → 2.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +9 -13
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -360,19 +360,15 @@ it. Vitest deliberately misses it — `include` there is `*.test.ts`.
|
|
|
360
360
|
|
|
361
361
|
## Contributing
|
|
362
362
|
|
|
363
|
-
|
|
364
|
-
`
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
```
|
|
373
|
-
|
|
374
|
-
A backend is the most useful thing to bring. Four answers, `createProvider`,
|
|
375
|
-
and `describeContract` green — see [Bring your own backend](#bring-your-own-backend).
|
|
363
|
+
A backend is the most useful thing to bring: four answers, `createProvider`,
|
|
364
|
+
and `describeContract` green. [`CONTRIBUTING.md`](CONTRIBUTING.md) has the
|
|
365
|
+
setup, every check CI runs and how to run it first, the commit convention, the
|
|
366
|
+
two rules the conformance suite will otherwise find for you, and where a change
|
|
367
|
+
belongs among the three storeys.
|
|
368
|
+
|
|
369
|
+
[`CODE_OF_CONDUCT.md`](CODE_OF_CONDUCT.md) is the short version of be decent.
|
|
370
|
+
[`SECURITY.md`](SECURITY.md) is how to report a vulnerability privately, and
|
|
371
|
+
what this package does and does not do with what a model says.
|
|
376
372
|
|
|
377
373
|
## License
|
|
378
374
|
|