Create ISSUE_TEMPLATE.md

This commit is contained in:
troosan 2017-11-25 01:45:27 +01:00 committed by GitHub
parent b4b87cd1dc
commit 446d3478e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 28 additions and 0 deletions

28
docs/ISSUE_TEMPLATE.md Normal file
View File

@ -0,0 +1,28 @@
Issue tracker is **ONLY** used for reporting bugs. NO NEW FEATURE ACCEPTED! Use [stackoverflow](https://stackoverflow.com/questions/tagged/phpword) for supporting issues.
# Expected Behavior
Please describe the behavior you are expecting.
# Current Behavior
What is the current behavior?
# Failure Information
Please help provide information about the failure.
## How to Reproduce
Please provide a code sample that reproduces the issue.
```php
$phpWord = new \PhpOffice\PhpWord\PhpWord();
$section = $phpWord->addSection();
$section->...
```
## Context
* PHP version:
* PHPWord version: 0.14