diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..08f0e06 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,16 @@ +Contributing +------------------------------------------------------------------------------ + +Contributions are welcome! Please follow the instructions below to install and run the tests. + +### Installation + +```sh +yarn install +``` + +### Testing + +```sh +yarn test +```