aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/league/html-to-markdown/.github/ISSUE_TEMPLATE/3_Feature_request.yaml
blob: 2d91a58d05dedec7d0908638ab4b6d7a2c3c0985 (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
name: "🚀 Feature Request"
description: RFC and ideas for new features and improvements
labels:
    - enhancement
body:
    - type: textarea
      id: description
      attributes:
          label: Description
          description: A clear and concise description of the problem.
      validations:
          required: true
    - type: textarea
      id: example
      attributes:
          label: Example
          description: |
              A simple example of the new feature in action (include PHP code, sample HTML/Markdown, etc.)
              If the new feature changes an existing feature, include a simple before/after comparison.
      validations:
          required: true
    - 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!