aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/league/html-to-markdown/.github/ISSUE_TEMPLATE/1_Conversion_error.yaml
blob: 7f267b2080f518bbc9f072e2a46ec6d4de51c608 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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