当在 Markdown for Gitlabs 模板中创建不同的任务列表时,Gitlabs 将清单中的所有任务视为一个单独的计数,并将计数显示为任务列表的总数。
就像下面的模板一样 -
## PR Checklist
Please check if your PR fulfills the following requirements:
- [X] The commit message follows our guidelines:
- [X] Tests for the changes have been added (for bug fixes / features)
- [ ] Docs have been added / updated (for bug fixes / features)
## PR Type
What kind of change does this PR introduce?
- [X] Bugfix
- [ ] Feature
- [ ] Code style update (formatting, local variables)
- [X] Refactoring (no functional changes, no api changes)
- [ ] Build related changes
- [ ] CI related changes
- [ ] Documentation content changes
- [ ] angular.io application / infrastructure changes
- [ ] Other... Please describe:
## Does this PR introduce a breaking change?
- [ ] Yes
- [X] No
它显示完成的 14 个任务中的 5 个。理想情况下,我只希望 Gitlabs 将前三个任务列表视为一项任务,它应该显示3 个任务中的 2 个已完成。请让我知道 Markdown 或 Gitlabs 中是否有可以实现所需输出的内容。