vivaxy / vscode-conventional-commits

💬Conventional Commits for VSCode.
https://marketplace.visualstudio.com/items?itemName=vivaxy.vscode-conventional-commits
MIT License
309 stars 32 forks source link

[FEAT] option to add more than one change per commit #308

Open harelhel opened 1 year ago

harelhel commented 1 year ago

Describe the solution you'd like

often when committing there are multiple changes (i.e refactoring, as well as bug fix) today, the extension only allows for a single change though it's a good practice to commit often, sometimes we do more than one thing. i'd like to have an option to use the extension to append more changes to a commit message

Describe alternatives you've considered

manually writing - defeats the purpose of the extension copying message after using extension and combining in text editor - tedious commit-message-editor extension - same issue, only one change per commit

yi-Xu-0100 commented 1 year ago

👋 @harelhel, If you have multiple changes, it can be described in long description. If you require specific solutions, it may be helpful to provide an example commit message so that we can better understand your needs and provide more effective assistance. 😊