Skip to content

Commit

Permalink
docs: update contributing (#335)
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy authored May 12, 2022
1 parent b8cd6d1 commit 5b60976
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand Down

0 comments on commit 5b60976

Please sign in to comment.