Closed ArneSchwerdt closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 97.63%. Comparing base (
120d514
) to head (eea0eb4
). Report is 468 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Description
I suggest to mention the multline support for input question in the documentation since it is already supported and a multiline description in the body is essential for good commits
Checklist
./scripts/format
and./scripts/test
locally to ensure this change passes linter check and testExpected behavior
Question
type = input
and optionmultiline = True
, multiline input is possibleSteps to Test This Pull Request
.cz.yaml
and added the optionmultiline: true
to the questiontype: text
andtype: input
Additional context
Closes: https://github.com/commitizen-tools/commitizen/issues/264