Commitlint configs used in Planable projects
npm install --save-dev @planable/commitlint-configIn commitlint.config.js
module.exports = {
extends: ['@planable']
};or run in terminal
echo "module.exports = { extends: ['@planable'] };" > commitlint.config.jsβ - Add a test
π - Tooling improvement(VS code stuff, or linting)
π - Documentation/Readme
π§ - Work in progress (WIP)
π - Fix bug / issue
π¨ - Very critical fix or hotfix
π - General improvement
β‘οΈ - Performance improvement
β¬οΈ - Bump / update package deps
β¬οΈ - Downgrade package deps
βοΈ - Update text / copy inside app (user-facing)
β»οΈ - Refactor code
βοΈ - Add new feature
β¨ - Clean up
π¦ - Add new package
π - UI improvement
π - Merge (can/should be added by amending a merge after it has been commited)
π€ - AI / background automation (agent tasks, AI-related changes, automated updates)