Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ed11a41

Browse files
author
MarkBaker
committedApr 23, 2022
Updates to the Issue template
1 parent 0facbe0 commit ed11a41

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
 

‎.github/ISSUE_TEMPLATE.md

+14
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,20 @@ $spreadsheet = new \PhpOffice\PhpSpreadsheet\Spreadsheet();
2626

2727
// add code that show the issue here...
2828
```
29+
If this is an issue with reading a specific spreadsheet file, then it may be appropriate to provide a sample file that demonstrates the problem; but please keep it as small as possible, and sanitize any confidential information before uploading.
30+
31+
### What features do you think are causing the issue
32+
33+
- [ ] Reader
34+
- [ ] Writer
35+
- [ ] Styles
36+
- [ ] Data Validations
37+
- [ ] Formula Calulations
38+
- [ ] Charts
39+
- [ ] AutoFilter
40+
- [ ] Form Elements
41+
42+
### Does an issue affect all spreadsheet file formats? If not, which formats are affected?
2943

3044

3145
### Which versions of PhpSpreadsheet and PHP are affected?

0 commit comments

Comments
 (0)
Please sign in to comment.