aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/league/html-to-markdown/.github/ISSUE_TEMPLATE/2_Bug_report.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/league/html-to-markdown/.github/ISSUE_TEMPLATE/2_Bug_report.yaml')
-rw-r--r--vendor/league/html-to-markdown/.github/ISSUE_TEMPLATE/2_Bug_report.yaml43
1 files changed, 43 insertions, 0 deletions
diff --git a/vendor/league/html-to-markdown/.github/ISSUE_TEMPLATE/2_Bug_report.yaml b/vendor/league/html-to-markdown/.github/ISSUE_TEMPLATE/2_Bug_report.yaml
new file mode 100644
index 000000000..2045fb79a
--- /dev/null
+++ b/vendor/league/html-to-markdown/.github/ISSUE_TEMPLATE/2_Bug_report.yaml
@@ -0,0 +1,43 @@
+name: "🐛 Bug Report (Other)"
+description: Report all other errors and problems
+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: |
+ HTML and/or any other information needed to reproduce the problem.
+ validations:
+ required: true
+ - type: textarea
+ id: possible-solution
+ attributes:
+ label: Possible solution
+ description: |
+ Optional: only if you have suggestions on a fix/reason for the bug
+ - type: textarea
+ id: additional-context
+ attributes:
+ label: Additional context
+ description: |
+ Optional: any other context about the problem: log messages, screenshots, etc.
+ - type: textarea
+ id: feedback
+ attributes:
+ label: Did this project help you today? Did it make you happy in any way?
+ description: |
+ Optional: Sometimes we get tired of reading bug reports and working on complex features, so if you have anything positive to share about how this library might have helped you we'd love to hear it!