8889841cconfig.yml000064400000001070150502241720006530 0ustar00blank_issues_enabled: false contact_links: - name: General questions and troubleshooting ❓ url: https://github.com/mpdf/mpdf/discussions about: You can use Github Discussions for general questions and troubleshooting. Please note that asking at Stack Overflow will probably be more successful. - name: QA at Stack Overflow ❓ url: https://stackoverflow.com/questions/tagged/mpdf about: Ask at Stack Overflow for a greater chance of a quick and correct answer to your questions. Make sure to comply to SO rules, terms and conditions. 02_feature_request.yml000064400000000354150502241720010773 0ustar00name: 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: true01_bug_report.yml000064400000001760150502241720007741 0ustar00name: 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 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 Bug_report.md000064400000001064150502241720007175 0ustar00--- name: Bug report 🐛 about: The library does not work as expected --- ### 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 ```