Skip to content

Commit 446d347

Browse files
authored
Create ISSUE_TEMPLATE.md
1 parent b4b87cd commit 446d347

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

docs/ISSUE_TEMPLATE.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
Issue tracker is **ONLY** used for reporting bugs. NO NEW FEATURE ACCEPTED! Use [stackoverflow](https://stackoverflow.com/questions/tagged/phpword) for supporting issues.
2+
3+
# Expected Behavior
4+
5+
Please describe the behavior you are expecting.
6+
7+
# Current Behavior
8+
9+
What is the current behavior?
10+
11+
# Failure Information
12+
13+
Please help provide information about the failure.
14+
15+
## How to Reproduce
16+
17+
Please provide a code sample that reproduces the issue.
18+
19+
```php
20+
$phpWord = new \PhpOffice\PhpWord\PhpWord();
21+
$section = $phpWord->addSection();
22+
$section->...
23+
```
24+
25+
## Context
26+
27+
* PHP version:
28+
* PHPWord version: 0.14

0 commit comments

Comments
 (0)