minimalcommit icon indicating copy to clipboard operation
minimalcommit copied to clipboard

🛠 config: add configuration to create custom types

Open mafzaldev opened this issue 1 year ago • 4 comments

fixes #25

CHANGELOG:

  • added minimalcommit.config.js
  • placed choices list to config file
  • added two custom types: 👷 chore and 🚀 deploy

mafzaldev avatar Oct 17 '23 15:10 mafzaldev

@khattakdev Can you please review my PR?

mafzaldev avatar Oct 19 '23 16:10 mafzaldev

@mafzaldev The minimalcommit.config.js should be in the user directory, not in the npm package, similar to the way Prettier works.

Also - we are not adding more types to the default list. That will be up to the user to modify them.

khattakdev avatar Oct 21 '23 15:10 khattakdev

What are you referring to "user directory"?

mafzaldev avatar Oct 21 '23 16:10 mafzaldev

What are you referring to "user directory"?

The person who will be using this package via npm install... should be able to override the types in minimalcommit.config.js

khattakdev avatar Oct 22 '23 05:10 khattakdev