You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- If the issue cannot be reproduced, it cannot be fixed.
13
+
- type: textarea
14
+
id: what-happened
15
+
attributes:
16
+
label: Describe the bug and add attachments
17
+
description: What went wrong? If possible, add screenshots, error logs, document files (generated and expected) or screen recordings to help explain your problem.
18
+
validations:
19
+
required: true
20
+
- type: textarea
21
+
id: expected-behavior
22
+
attributes:
23
+
label: Expected behavior
24
+
description: A clear and concise description of what you expected to happen.
25
+
validations:
26
+
required: true
27
+
- type: textarea
28
+
id: steps-reproduce
29
+
attributes:
30
+
label: Steps to reproduce
31
+
description: Please provide a code sample that reproduces the issue.
32
+
placeholder: |
33
+
```php
34
+
<?php
35
+
require __DIR__ . '/vendor/autoload.php';
36
+
37
+
$phpWord = new \PhpOffice\PhpWord\PhpWord();
38
+
$section = $phpWord->addSection();
39
+
$section->...
40
+
```
41
+
validations:
42
+
required: true
43
+
- type: input
44
+
id: phpword-version
45
+
attributes:
46
+
label: PHPWord version(s) where the bug happened
47
+
placeholder: "e.g., 1.2.0 or master"
48
+
validations:
49
+
required: true
50
+
- type: input
51
+
id: php-version
52
+
attributes:
53
+
label: PHP version(s) where the bug happened
54
+
placeholder: "e.g., 7.1 or 8.2"
55
+
validations:
56
+
required: true
57
+
- type: checkboxes
58
+
attributes:
59
+
label: Priority
60
+
description: Funded tickets have a higher priority.
61
+
options:
62
+
- label: I want to crowdfund the bug fix (with [@algora-io](https://docs.algora.io/bounties/overview)) and fund a community developer.
63
+
required: false
64
+
- label: I want to pay the bug fix and fund a maintainer for that. (Contact @Progi1984)
Copy file name to clipboardExpand all lines: docs/changes/2.x/2.0.0.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,7 @@
22
22
- Bump phpmd/phpmd from 2.14.1 to 2.15.0 by [@dependabot](https://github.com/dependabot) in [#2538](https://github.com/PHPOffice/PHPWord/pull/2538)
23
23
- Bump phpunit/phpunit from 9.6.14 to 9.6.15 by [@dependabot](https://github.com/dependabot) in [#2537](https://github.com/PHPOffice/PHPWord/pull/2537)
24
24
- Bump symfony/process from 5.4.28 to 5.4.34 by [@dependabot](https://github.com/dependabot) in [#2536](https://github.com/PHPOffice/PHPWord/pull/2536)
25
-
- Allow rgb() when converting Html [@oleibman](https://github.com/oleibman) fixing [#2508](https://github.com/PHPOffice/PHPWord/issues/2508) in [#2512](https://github.com/PHPOffice/PHPWord/pull/2512)
25
+
- Allow rgb() when converting Html by [@oleibman](https://github.com/oleibman) fixing [#2508](https://github.com/PHPOffice/PHPWord/issues/2508) in [#2512](https://github.com/PHPOffice/PHPWord/pull/2512)
26
+
- Improved Issue Template by [@Progi1984](https://github.com/Progi1984) in [#2609](https://github.com/PHPOffice/PHPWord/pull/2609)
0 commit comments