Prevent checkboxes to be interpreted as todo list
This commit is contained in:
parent
341e82f6eb
commit
e4b98d268d
|
@ -1,8 +1,10 @@
|
|||
This is:
|
||||
|
||||
```
|
||||
- [ ] a bug report
|
||||
- [ ] a feature request
|
||||
- [ ] **not** a usage question (ask them on https://stackoverflow.com/questions/tagged/phpspreadsheet or https://gitter.im/PHPOffice/PhpSpreadsheet)
|
||||
```
|
||||
|
||||
### What is the expected behavior?
|
||||
|
||||
|
|
|
@ -1,7 +1,9 @@
|
|||
This is:
|
||||
|
||||
```
|
||||
- [ ] a bugfix
|
||||
- [ ] a new feature
|
||||
```
|
||||
|
||||
Checklist:
|
||||
|
||||
|
@ -11,4 +13,4 @@ Checklist:
|
|||
- [ ] CHANGELOG.md contains a short summary of the change
|
||||
- [ ] Documentation is updated as necessary
|
||||
|
||||
What does it change?
|
||||
### Why this change is needed?
|
||||
|
|
Loading…
Reference in New Issue