aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/league/html-to-markdown/.github/ISSUE_TEMPLATE/1_Conversion_error.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/league/html-to-markdown/.github/ISSUE_TEMPLATE/1_Conversion_error.yaml')
-rw-r--r--vendor/league/html-to-markdown/.github/ISSUE_TEMPLATE/1_Conversion_error.yaml25
1 files changed, 25 insertions, 0 deletions
diff --git a/vendor/league/html-to-markdown/.github/ISSUE_TEMPLATE/1_Conversion_error.yaml b/vendor/league/html-to-markdown/.github/ISSUE_TEMPLATE/1_Conversion_error.yaml
new file mode 100644
index 000000000..7f267b208
--- /dev/null
+++ b/vendor/league/html-to-markdown/.github/ISSUE_TEMPLATE/1_Conversion_error.yaml
@@ -0,0 +1,25 @@
+name: "📃 Bug Report (Incorrect Markdown)"
+description: I'm not getting the Markdown I expect
+body:
+ - type: input
+ id: affected-versions
+ attributes:
+ label: Version(s) affected
+ placeholder: x.y.z
+ validations:
+ required: true
+ - type: textarea
+ id: description
+ attributes:
+ label: Description
+ description: A clear and concise description of the problem.
+ validations:
+ required: true
+ - type: textarea
+ id: how-to-reproduce
+ attributes:
+ label: How to reproduce
+ description: |
+ Provide the HTML input and any other information that would help us reproduce the problem.
+ validations:
+ required: true