Skip to content

Latest commit

 

History

History
37 lines (19 loc) · 1.17 KB

CONTRIBUTING.md

File metadata and controls

37 lines (19 loc) · 1.17 KB

Contributing

Thank you for having interest in contributing this project!

Bugs

Please create an issue or pull request.

Proposing a Change

I recommend to create an issue.

Docs

I'm not familiar with English, so I especially thank you for documents' corrections.

Tha table of contents will be changed by toc-generator if you change headings of README.md .

Testing

Please update the tests to reflect your code changes.

Pull requests will not be accepted if they are failing on GitHub actions.

Commit Message

Please follow conventional commits.

Commit message is important to release because of using semantic-release .

You should enable husky which be configured in this project .

Release

fetch-magic will be published NPM if your branch merge into main by using semantic-release .

It also will create CHANGELOG automatically based on the commit messages.