# Contributing

Feel free to work on any issue with [pr welcome](https://github.com/webdriverio/selenium-standalone/issues?q=is%3Aissue+is%3Aopen+label%3A%22pr+welcome%22) label or suggest your changes/improvements!

Any help is appreciated!

## Set Up Project

To set up the project, run:

```sh
$ npm install
```

You should then be able to run tests that pass via:

```sh
$ npm test
```

# Release

Only members of the Technical Steering Committee (TSC) team of the WebdriverIO org can release the package. If you are a member, just trigger the `Manual NPM Publish` workflow and pick a release type, e.g. `patch`, `minor` or `major`.
