Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 652 Bytes

CONTRIBUTING.md

File metadata and controls

16 lines (11 loc) · 652 Bytes

Contributing

Please start to read readme before started. If you ready to begin, start with form this repo.

Working on issues

Please comment first and explain to everybody if you want to work in that issue.

Commit (important)

Please using conventional commit. Because by using (Commitizen Conventional Commits) it is possible to create a more structured commit and will be combined with [standard-version] (https://npmjs.com/package/standard-version) to automatically log into CHANGELOG.md when performing release.

Pull request

Please only pull request to development branch.

by Yussan Thanks