frontend/.pnpm-store/v3/files/23/e37b450e2692573d08096be6f98740b1c9bf48e4590a56190871a67df41c9970c3a0b2dcc65795c87de89bb9b6610377cb885835ff850454e42d4cff6dc656

36 lines
922 B
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Contributing to `auto-changelog`
Installing the library locally is relatively easy:
```bash
git clone https://github.com/CookPete/auto-changelog.git
cd auto-changelog
yarn # or npm install
```
You can then run it with simply:
```bash
node src/index.js
```
## Linting
This project uses [standard](https://github.com/feross/standard) code style. Be sure to lint the code after making changes and fix any issues that come up.
```bash
yarn lint # or npm run lint
```
## Testing
This project uses [mocha](https://github.com/mochajs/mocha) and [chai](https://github.com/chaijs/chai) for testing. Be sure to run tests after making changes and, if youre feeling generous, add some tests of your own.
```bash
yarn test # or npm test
```
## Becoming a sponsor
A great way to show your appreciation and get an issue bumped to a higher priority is to [become a sponsor on Patreon](https://www.patreon.com/cookpete).