CONTRIBUTING.md
# Contributing
## Introduction
Welcome to the stream-mock Contributor Guide! This document outlines the stream-mock repository's process for community interaction and contribution. This includes the issue tracker, pull requests, tests and documentation. It defines roles, responsibilities, and procedures, and is an entry point for anyone wishing to contribute their time and effort to making stream-mock a better tool for the Typescript/JavaScript community!
All interactions in the stream-mock repository are covered by the [Code of Conduct](CODE_OF_CONDUCT.md)
## Roles
### Community Members
Anyone who raise an issue, or write comment / wiki, etc... is a community member.
### Contributors
#### Testing
To run test :
```shell
yarn run test
```
Linter is run on commit hook base.