PHPWord/docs/ISSUE_TEMPLATE.md

36 lines
638 B
Markdown
Raw Normal View History

This is:
- [ ] a bug report
- [ ] a feature request
- [ ] **not** a usage question (ask them on https://stackoverflow.com/questions/tagged/phpword)
2017-11-25 01:45:27 +01:00
2018-03-21 22:19:56 +01:00
### Expected Behavior
2017-11-25 01:45:27 +01:00
Please describe the behavior you are expecting.
### Current Behavior
2017-11-25 01:45:27 +01:00
What is the current behavior?
### Failure Information
2017-11-25 01:45:27 +01:00
Please help provide information about the failure.
### How to Reproduce
2017-11-25 01:45:27 +01:00
Please provide a code sample that reproduces the issue.
```php
<?php
require __DIR__ . '/vendor/autoload.php';
2017-11-25 01:45:27 +01:00
$phpWord = new \PhpOffice\PhpWord\PhpWord();
$section = $phpWord->addSection();
$section->...
```
### Context
2017-11-25 01:45:27 +01:00
* PHP version:
* PHPWord version: 0.14