docs(commit): add multiline option `questions` content table
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
- [ ] Add test cases to all the changes you introduce
- [ ] Run
./scripts/formatand./scripts/testlocally to ensure this change passes linter check and test - [ ] Test the changes on the local machine manually
- [x] Update the documentation for the changes
Expected behavior
Question type = input and option multiline = True, multiline input is possible
Steps to Test This Pull Request
- created
.cz.yamland added the optionmultiline: trueto the questiontype: textandtype: input - in https://github.com/commitizen-tools/commitizen/issues/264#issuecomment-1620234279 marcosdotme tested it in toml and reported it works
Additional context
Closes: https://github.com/commitizen-tools/commitizen/issues/264
Codecov Report
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.
Additional details and impacted files
@@ Coverage Diff @@
## master #1265 +/- ##
==========================================
+ Coverage 97.33% 97.63% +0.29%
==========================================
Files 42 55 +13
Lines 2104 2575 +471
==========================================
+ Hits 2048 2514 +466
- Misses 56 61 +5
| Flag | Coverage Δ | |
|---|---|---|
| unittests | 97.63% <ø> (+0.29%) |
:arrow_up: |
Flags with carried forward coverage won't be shown. Click here to find out more.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.