Subiendo proyecto completo sin restricciones de git ignore
This commit is contained in:
30
vendor/barryvdh/laravel-dompdf/.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
30
vendor/barryvdh/laravel-dompdf/.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
---
|
||||
name: Bug report
|
||||
about: Report an issue with the Dompdf wrapper
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**This is just a Dompdf wrapper!**
|
||||
I understand that this package is just a Laravel wrapper for https://github.com/dompdf/dompdf
|
||||
Any issues with PDF rendering, CSS that is not applied correctly, aligning/fonts/characters etc that are not directly related to this package, should be reported there. When having doubts, please try to reproduce the issue with just dompdf. If it's also present there, do not open an issue here please.
|
||||
|
||||
**Describe the bug**
|
||||
A clear and concise description of what the bug is.
|
||||
|
||||
**To Reproduce**
|
||||
Steps to reproduce the behavior:
|
||||
- Laravel and package version
|
||||
- Input HTML/CSS
|
||||
- Options / code
|
||||
|
||||
**Expected behavior**
|
||||
A clear and concise description of what you expected to happen.
|
||||
|
||||
**Screenshots**
|
||||
If applicable, add screenshots to help explain your problem.
|
||||
|
||||
**Additional context**
|
||||
Add any other context about the problem here.
|
||||
Reference in New Issue
Block a user