diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
deleted file mode 100644
index ffdbce4..0000000
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-name: Bug report
-about: Use this template for bug reports
-title: ''
-labels: bug
-assignees: sungaila
-
----
-
-**Describe the bug**
-A clear and concise description of what the bug is.
-
-**Stack trace**
-Add the stack trace if have one.
-
-**OS information**
-- Which OS? (Windows/Linux/macOS)
-- What architecture? (x86/x64/ARM64)
-- What OS version? (e.g. Windows 10 Version 21H1 or Debian 10.9)
-- For non-Windows: Is libgdiplus installed?
-
-**Sample PDFs/bitmaps/files**
-If you encounter a bug while converting PDFs or images, please consider to upload a sample file. **Make sure you don't upload any personal information by accident!**
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml
new file mode 100644
index 0000000..31c78bf
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/bug_report.yml
@@ -0,0 +1,93 @@
+name: Bug report
+description: Something isn't working as expected
+labels: ["bug"]
+assignees: ["sungaila"]
+body:
+ - type: markdown
+ attributes:
+ value: |
+ Thanks for creating a bug report! If possible, please check if your issue can be reproduced on the official web converter:
+ - type: input
+ id: version
+ attributes:
+ label: PDFtoZPL version
+ description: Which version of PDFtoZPL is affected?
+ value: 3.6.3
+ validations:
+ required: true
+ - type: dropdown
+ id: os
+ attributes:
+ label: OS
+ description: Which operating system was used?
+ options:
+ - Windows
+ - Linux
+ - macOS
+ - Android
+ - (Other)
+ validations:
+ required: true
+ - type: input
+ id: os-version
+ attributes:
+ label: OS version
+ description: Which operating system version was used?
+ placeholder: e.g. Windows 11 23H2, Ubuntu 23.10, macOS 14.1, Android 14, ...
+ validations:
+ required: false
+ - type: dropdown
+ id: architecture
+ attributes:
+ label: Architecture
+ description: Which CPU architecture was used?
+ options:
+ - x86
+ - x64
+ - arm64
+ - (Other)
+ default: 1
+ validations:
+ required: true
+ - type: dropdown
+ id: framework
+ attributes:
+ label: Framework
+ description: Which framework was used?
+ options:
+ - .NET Framework
+ - .NET (Core)
+ - Xamarin.Android (MonoAndroid)
+ - (Other)
+ default: 1
+ validations:
+ required: true
+ - type: input
+ id: appframework
+ attributes:
+ label: App framework
+ description: Which app framework was used?
+ placeholder: e.g. ASP.NET Core, .NET MAUI, WinUI, ...
+ validations:
+ required: false
+ - type: textarea
+ id: issue
+ attributes:
+ label: Detailed bug report
+ description: Please tell us in detail what happened and what you expected to happen instead.
+ placeholder: |
+ What happened? What should have happened instead?
+ Steps to reproduce this issue.
+ Exception messages including stack traces.
+ Screenshots or example PDF files/images.
+ validations:
+ required: true
+ - type: textarea
+ id: zpl
+ attributes:
+ label: Generated ZPL code
+ description: If you have generated ZPL code you want to share with us, you can insert it here. Make sure that you do not disclose any personal information.
+ placeholder: |
+ ^XA^GFA,813604,813604,451,:Z64:eNrtnU+ytLqZpyGoMD2oaDbQUeol1A ...
+ validations:
+ required: false
\ No newline at end of file
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
new file mode 100644
index 0000000..ab4c002
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -0,0 +1,5 @@
+blank_issues_enabled: true
+contact_links:
+ - name: Issue with SkiaSharp
+ url: https://github.com/mono/SkiaSharp/issues/new/choose
+ about: Please open issues relating to SkiaSharp here
\ No newline at end of file
diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml
new file mode 100644
index 0000000..ffa6b9e
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/feature_request.yml
@@ -0,0 +1,16 @@
+name: Feature request
+description: Suggest a new feature or requirement
+labels: ["enhancement"]
+assignees: ["sungaila"]
+body:
+ - type: textarea
+ id: request
+ attributes:
+ label: Detailed feature request
+ description: Please let us know in detail which new feature you would like or which new requirement is to be fulfilled.
+ placeholder: |
+ What feature is missing and why is it important?
+ Would this new feature break existing apps?
+ Can you use this project in your app? Is it supported?
+ validations:
+ required: true
\ No newline at end of file
diff --git a/.github/ISSUE_TEMPLATE/question.yml b/.github/ISSUE_TEMPLATE/question.yml
new file mode 100644
index 0000000..730ed33
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/question.yml
@@ -0,0 +1,12 @@
+name: Question
+description: Ask a question related to this project
+labels: ["question"]
+assignees: ["sungaila"]
+body:
+ - type: textarea
+ id: request
+ attributes:
+ label: Question
+ description: Please ask us any questions in relation to PDFtoZPL.
+ validations:
+ required: true
\ No newline at end of file
diff --git a/PDFtoZPL/PDFtoZPL.csproj b/PDFtoZPL/PDFtoZPL.csproj
index 1859180..2465162 100644
--- a/PDFtoZPL/PDFtoZPL.csproj
+++ b/PDFtoZPL/PDFtoZPL.csproj
@@ -22,7 +22,7 @@
https://raw.githubusercontent.com/sungaila/PDFtoZPL/master/Icon_128.png
A .NET library to convert PDF files (and bitmaps) into Zebra Programming Language code.
- Cleanup of native lib loading for .NET (Core).
- PDF ZPL Zebra Bitmap Convert Conversion C# PDFium MAUI WASM WebAssembly
+ PDF ZPL Zebra Bitmap Convert Conversion C# PDFium MAUI wasm WebAssembly
https://github.com/sungaila/PDFtoZPL.git
git
true