Prevent checkboxes to be interpreted as todo list

This commit is contained in:
Adrien Crivelli 2017-12-17 19:17:19 +09:00
parent 341e82f6eb
commit e4b98d268d
No known key found for this signature in database
GPG Key ID: B182FD79DC6DE92E
2 changed files with 5 additions and 1 deletions

View File

@ -1,8 +1,10 @@
This is: This is:
```
- [ ] a bug report - [ ] a bug report
- [ ] a feature request - [ ] a feature request
- [ ] **not** a usage question (ask them on https://stackoverflow.com/questions/tagged/phpspreadsheet or https://gitter.im/PHPOffice/PhpSpreadsheet) - [ ] **not** a usage question (ask them on https://stackoverflow.com/questions/tagged/phpspreadsheet or https://gitter.im/PHPOffice/PhpSpreadsheet)
```
### What is the expected behavior? ### What is the expected behavior?

View File

@ -1,7 +1,9 @@
This is: This is:
```
- [ ] a bugfix - [ ] a bugfix
- [ ] a new feature - [ ] a new feature
```
Checklist: Checklist:
@ -11,4 +13,4 @@ Checklist:
- [ ] CHANGELOG.md contains a short summary of the change - [ ] CHANGELOG.md contains a short summary of the change
- [ ] Documentation is updated as necessary - [ ] Documentation is updated as necessary
What does it change? ### Why this change is needed?