-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
106 additions
and
78 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
name: 🐛 Bug Report | ||
description: Create a report to help improve PHPWord | ||
labels: [ "Bug Report" ] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
### ❗️ Read this before submitting your bug report: | ||
- **Write in English/French.** Reports in all other languages will be closed. | ||
- **Provide as much detail as possible** | ||
- Attachments : Error logs, Screenshots, Document files (generated and expected). | ||
- If the issue cannot be reproduced, it cannot be fixed. | ||
- type: textarea | ||
id: what-happened | ||
attributes: | ||
label: Describe the bug and add attachments | ||
description: What went wrong? If possible, add screenshots, error logs, document files (generated and expected) or screen recordings to help explain your problem. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: expected-behavior | ||
attributes: | ||
label: Expected behavior | ||
description: A clear and concise description of what you expected to happen. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: steps-reproduce | ||
attributes: | ||
label: Steps to reproduce | ||
description: Please provide a code sample that reproduces the issue. | ||
placeholder: | | ||
```php | ||
<?php | ||
require __DIR__ . '/vendor/autoload.php'; | ||
$phpWord = new \PhpOffice\PhpWord\PhpWord(); | ||
$section = $phpWord->addSection(); | ||
$section->... | ||
``` | ||
validations: | ||
required: true | ||
- type: input | ||
id: phpword-version | ||
attributes: | ||
label: PHPWord version(s) where the bug happened | ||
placeholder: "e.g., 1.2.0 or master" | ||
validations: | ||
required: true | ||
- type: input | ||
id: php-version | ||
attributes: | ||
label: PHP version(s) where the bug happened | ||
placeholder: "e.g., 7.1 or 8.2" | ||
validations: | ||
required: true | ||
- type: checkboxes | ||
attributes: | ||
label: Priority | ||
description: Funded tickets have a higher priority. | ||
options: | ||
- label: I want to crowdfund the bug fix (with [@algora-io](https://docs.algora.io/bounties/overview)) and fund a community developer. | ||
required: false | ||
- label: I want to pay the bug fix and fund a maintainer for that. (Contact @Progi1984) | ||
required: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
name: 💡 Feature request | ||
description: Suggest an idea for this project | ||
labels: [ "Change Request" ] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
### ❗️ Read this before submitting your bug report: | ||
- **Write in English/French.** Reports in all other languages will be closed. | ||
- **Provide as much detail as possible** | ||
- Attachments : Error logs, Screenshots, Document files (generated and expected). | ||
- If the issue cannot be reproduced, it cannot be fixed. | ||
- type: textarea | ||
id: problem | ||
attributes: | ||
label: Describe the problem | ||
description: A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: expected-behavior | ||
attributes: | ||
label: Describe the expected behavior | ||
description: A clear and concise description of what you expected to happen. If possible, add screenshots, document files (expected). | ||
validations: | ||
required: true | ||
- type: checkboxes | ||
attributes: | ||
label: Priority | ||
description: Funded tickets have a higher priority. | ||
options: | ||
- label: I want to crowdfund the feature (with [@algora-io](https://docs.algora.io/bounties/overview)) and fund a community developer. | ||
required: false | ||
- label: I want to pay the feature and fund a maintainer for that. (Contact @Progi1984) | ||
required: false |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters