Skip to content

Commit e4b98d2

Browse files
committed
Prevent checkboxes to be interpreted as todo list
1 parent 341e82f commit e4b98d2

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
This is:
22

3+
```
34
- [ ] a bug report
45
- [ ] a feature request
56
- [ ] **not** a usage question (ask them on https://stackoverflow.com/questions/tagged/phpspreadsheet or https://gitter.im/PHPOffice/PhpSpreadsheet)
7+
```
68

79
### What is the expected behavior?
810

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
This is:
22

3+
```
34
- [ ] a bugfix
45
- [ ] a new feature
6+
```
57

68
Checklist:
79

@@ -11,4 +13,4 @@ Checklist:
1113
- [ ] CHANGELOG.md contains a short summary of the change
1214
- [ ] Documentation is updated as necessary
1315

14-
What does it change?
16+
### Why this change is needed?

0 commit comments

Comments
 (0)