Initial import from local backup (Documents-Playground/pakerpale)
This commit is contained in:
24
node_modules/express-logging/CONTRIBUTING.md
generated
vendored
Normal file
24
node_modules/express-logging/CONTRIBUTING.md
generated
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
# 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!
|
||||
Reference in New Issue
Block a user