aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/league/html-to-markdown/.github/ISSUE_TEMPLATE/2_Bug_report.yaml
blob: 2045fb79a0a4c41717b47a9c13b86795c8ab2213 (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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
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!