1
This commit is contained in:
35
vendor/mpdf/mpdf/.github/ISSUE_TEMPLATE/01_bug_report.yml
vendored
Normal file
35
vendor/mpdf/mpdf/.github/ISSUE_TEMPLATE/01_bug_report.yml
vendored
Normal file
@@ -0,0 +1,35 @@
|
||||
name: Bug report 🐛
|
||||
description: The library does not work as expected
|
||||
body:
|
||||
|
||||
- type: checkboxes
|
||||
attributes:
|
||||
label: Guidelines
|
||||
description: Please confirm this is a bug report and not general troubleshooting.
|
||||
options:
|
||||
- label: I understand that [if I fail to adhere to contribution guidelines and/or fail to provide all required details, this issue may be closed without review](https://github.com/mpdf/mpdf/blob/development/.github/CONTRIBUTING.md).
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Description of the bug
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: input
|
||||
attributes:
|
||||
label: mPDF version
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: input
|
||||
attributes:
|
||||
label: PHP Version and environment (server type, cli provider etc., enclosing libraries and their respective versions)
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Reproducible PHP+CSS+HTML snippet suffering by the error
|
||||
validations:
|
||||
required: true
|
||||
8
vendor/mpdf/mpdf/.github/ISSUE_TEMPLATE/02_feature_request.yml
vendored
Normal file
8
vendor/mpdf/mpdf/.github/ISSUE_TEMPLATE/02_feature_request.yml
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
name: Feature request 🚀
|
||||
description: I would like to have a new functionality added
|
||||
body:
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Please describe the new functionality as best as you can.
|
||||
validations:
|
||||
required: true
|
||||
@@ -1,29 +0,0 @@
|
||||
---
|
||||
name: Bug report 🐛
|
||||
about: The library does not work as expected (please use not for troubleshooting)
|
||||
---
|
||||
|
||||
<!--
|
||||
Fill in provided template with information about the bug
|
||||
Provide a short and reproducible code example
|
||||
⚠ Failing to provide necessary information will cause the issue to be closed until appropriately updated.
|
||||
See Contributing guidelines for further information
|
||||
-->
|
||||
|
||||
### I found this bug
|
||||
|
||||
### This is mPDF and PHP version and environment (server/fpm/cli etc) I am using
|
||||
|
||||
### This is the PHP code snippet I use
|
||||
|
||||
```
|
||||
<?php
|
||||
|
||||
|
||||
```
|
||||
|
||||
### This is the HTML/CSS code snippet I use
|
||||
|
||||
```
|
||||
|
||||
```
|
||||
@@ -1,8 +0,0 @@
|
||||
---
|
||||
name: Feature request 🚀
|
||||
about: I would like to have a new functionality added
|
||||
---
|
||||
|
||||
# Feature request
|
||||
|
||||
<!-- Please describe the new functionality as best as you can. -->
|
||||
@@ -1,3 +1,4 @@
|
||||
blank_issues_enabled: false
|
||||
contact_links:
|
||||
- name: General questions and troubleshooting ❓
|
||||
url: https://github.com/mpdf/mpdf/discussions
|
||||
|
||||
3
vendor/mpdf/mpdf/.github/SECURITY.md
vendored
3
vendor/mpdf/mpdf/.github/SECURITY.md
vendored
@@ -2,5 +2,4 @@ How to disclose potential security issues
|
||||
============
|
||||
|
||||
As mPDF does not have a domain or a dedicated contact apart from its Github repository, to prevent
|
||||
disclosing maintainers' contacts publicly, please create an Issue about the security issue with means to contact you.
|
||||
We will reach out to you as soon as possible.
|
||||
disclosing maintainers' contacts publicly, please use [GitHub's Security Advisories system](https://github.com/mpdf/mpdf/security/advisories).
|
||||
@@ -25,7 +25,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: "Checkout"
|
||||
uses: "actions/checkout@v2"
|
||||
uses: "actions/checkout@v4"
|
||||
|
||||
- name: "Install PHP"
|
||||
uses: "shivammathur/setup-php@v2"
|
||||
|
||||
2
vendor/mpdf/mpdf/.github/workflows/cs.yml
vendored
2
vendor/mpdf/mpdf/.github/workflows/cs.yml
vendored
@@ -26,7 +26,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: "Checkout"
|
||||
uses: "actions/checkout@v2"
|
||||
uses: "actions/checkout@v4"
|
||||
|
||||
- name: "Install PHP"
|
||||
uses: "shivammathur/setup-php@v2"
|
||||
|
||||
4
vendor/mpdf/mpdf/.github/workflows/tests.yml
vendored
4
vendor/mpdf/mpdf/.github/workflows/tests.yml
vendored
@@ -30,11 +30,13 @@ jobs:
|
||||
- "7.4"
|
||||
- "8.0"
|
||||
- "8.1"
|
||||
- "8.2"
|
||||
- "8.3"
|
||||
operating-system: [ubuntu-latest, windows-latest]
|
||||
|
||||
steps:
|
||||
- name: "Checkout"
|
||||
uses: "actions/checkout@v2"
|
||||
uses: "actions/checkout@v4"
|
||||
|
||||
- name: "Install PHP"
|
||||
uses: "shivammathur/setup-php@v2"
|
||||
|
||||
Reference in New Issue
Block a user