Open lobotmcj opened 3 years ago
Hi @lobotmcj , sorry for missing this issue. Currently, we've not yet enabled appending questions to existing cz rules. so the best solution for now is adding documentation. but if you have idea on how to implement this feature, we could discuss more as well.
Description
A config option to include an additional question at the end of
cz commit
that displays the DCO and asks if the committer agrees to the DCO and, if yes, appends the lineSigned-off-by: [NAME] <[EMAIL]>
at the end of the commit message.[NAME]
and[EMAIL]
would be pulled from git config.Possible Solutions
cz_legacy
orconventional_jira
?Additional context
The Developer Certificate of Origin (DCO) is a lightweight alternative to a Contributor License Agreement (CLA). It's used by many prominent communities, such as:
There is also a GitHub App to support DCO's use
Some further reading Yet more info