Files
cm-app-coupang/node_modules/express-logging/CONTRIBUTING.md

25 lines
282 B
Markdown

# Contributing
1. Make a fork
2. Test the code!
```sh
npm run test
```
3. Check your coverage!
```sh
npm run coverage
```
4. Lint your code!
```sh
npm run lint
```
5. Try to squash your commits (optional)
6. Make a PR to the develop branch
7. Thanks a lot!