Skip to content

Commit 48c3ed8

Browse files
authored
Redirect rendering bugs (#1057)
1 parent 2d814cd commit 48c3ed8

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: Report CSS/HTML Bug
4+
url: https://github.com/dompdf/dompdf/issues/new?title=[CSS/HTML]:%20
5+
about: 'Any issues with PDF rendering are not directly related to this package, should be reported to dompdf/dompdf'
6+
- name: Report FONTs/Characters/Encoding Bug
7+
url: https://github.com/dompdf/dompdf/issues/new?title=[FONTs]:%20
8+
about: 'Any issues with fonts rendering are not directly related to this package, should be reported to dompdf/dompdf'
9+
- name: Feature request
10+
url: https://github.com/dompdf/dompdf/discussions/new?category=ideas&title=[ENHANCEMENT]:%20
11+
about: 'For ideas or feature requests, start a new discussion'
12+
- name: Support Questions & Other
13+
url: https://github.com/dompdf/dompdf/discussions/new?category=q-a&title=[SUPPORT]:%20
14+
about: 'This space is only for reporting bugs. If you have a question or need help use discussions, click:'

0 commit comments

Comments
 (0)