Contributing ============ Welcome, so you are thinking about contributing? Awesome, this a great place to start. Setup ----- ```bash git clone git@github.com:innovativeinnovation/epfl-menu-api.git cd epfl-menu-api npm i ``` Test ---- Unit and integration tests: ```bash npm t ``` Code coverage: ```bash npm run coverage ``` Release ------- 1. Bump the correct version (`npm version [ | major | minor | patch]`) 1. Update the file [CHANGELOG.md](CHANGELOG.md) 1. Create the tag (`git tag -a v -m "Tagging the v release"`) 1. Publish with `npm publish` License ------- Apache License 2.0 (c) William Belle, 2019-2021. See the [LICENSE](LICENSE) file for more details.