- Environment:
Node.js v20.17.0- You can download it from here.
- Package manager:
yarn- To install it, run
npm i -g yarnafter installing Node.js. - Make sure install
yarn v1- akayarn classic.
- To install it, run
- Code editor:
Visual Studio Code- You can download it from here.
Format: <type>: <subject>
Conventions:
add: Add a new code what does not exist.update: Update an existing code.fix: Fix a bug, issue, or error, tool scan warning.docs: Update or add documentation.feat: Add a new feature. (Usually used in the PR title)refactor: Refactor an existing code.delete: Delete an existing code.
Examples:
add: add a new featureupdate: update a functionfix: fix a bugdocs: update contributing guidelinesfeat: add a new featurerefactor: refactor a functiondelete: delete a function
Note: Please follow the conventions to keep the commit history clean and easy to read.