cli
                                
                                 cli copied to clipboard
                                
                                    cli copied to clipboard
                            
                            
                            
                        enable custom commit message
- all-contributors-cliversion: latest
- nodeversion: latest
- npm(or- yarn) version: latest
Relevant code or config
// .all-contributorsrc
...
"commit": true,
...
What you did: add or update a contributor
What happened: commintlint report an error 'cause the commit message not match some rules.
Reproduction repository: -
Problem description: there's no config to replace the default commit message.
Suggested solution: add a new config let's say commitMessage to replace default commit message.
Fine with me 👍
@xuchaoying Would you want to submit a PR for this?
ok, I'll submit a PR later @Berkmann18
Perfect! It would be great if the same functionality could be added to the bot too :+1:
@xuchaoying Since the CLI now can be configured to use a specific commit convention, is there anything missing?
@xuchaoying Friendly ping.
Suggested solution: add a new config let's say
commitMessageto replace default commit message
@xuchaoying Have you used the latest version recently? This may overwrite the current format though. Also, please suggest formats for your use cases. Also, share the commitlint rules there. Thanks