# Contribution

Welcome, consult the [contribution part](#start-contributing) for info on how to contribute.

## <a name="start-contributing"></a>Start contributing

Run locally
```
npm install
```

1. Check if there is an issue for the contribution in the repository
    1. If someone is working on it, contact them
    2. Otherwise start on the issue
2. Create an issue if it doesn't exist
3. Implement missing features
4. Write tests
5. Send a pull request
