From 5b60976a1218120380f8e81b5ea741f4f64d2db5 Mon Sep 17 00:00:00 2001 From: Bjorn Lu Date: Thu, 12 May 2022 12:57:58 +0800 Subject: [PATCH] docs: update contributing (#335) --- CONTRIBUTING.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c1ca05024..02c2856b2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -87,20 +87,13 @@ All pull requests should be opened against the `main` branch. Integration tests for new features or regression tests as part of a bug fix are very welcome. Add them to projects in `packages/e2e-tests`. -If tests aren't running properly locally, open [scripts/jestGlobalSetup.js](./scripts/jestGlobalSetup.js) and update `chromium.launchServer` to use the default bundled chromium version: - -```js -// don't pass any options to use bundled chromium -return chromium.launchServer(); -``` - #### Documentation If you've changed APIs, update the documentation. #### Changelogs -For changes to be reflected in package changelogs, run `pnpx changeset` and follow the prompts. +For changes to be reflected in package changelogs, run `pnpm changeset` and follow the prompts. You should always select the packages you've changed, Most likely `@sveltejs/vite-plugin-svelte`. ### What happens next?