aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/league/html-to-markdown/.github/ISSUE_TEMPLATE/3_Feature_request.yaml
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2022-03-29 11:42:53 +0200
committerMario Vavti <mario@mariovavti.com>2022-03-29 11:42:53 +0200
commit0784cd593a39a4fc297e8a82f7e79bc8019a0868 (patch)
tree22182afb37cf460f8208fff9d276a0672add3185 /vendor/league/html-to-markdown/.github/ISSUE_TEMPLATE/3_Feature_request.yaml
parent0e2e9321025f87fe9587f3d183adaea6185e4e20 (diff)
parent9c5d2ee5630dd7033904039dcd1e92db8821b644 (diff)
downloadvolse-hubzilla-0784cd593a39a4fc297e8a82f7e79bc8019a0868.tar.gz
volse-hubzilla-0784cd593a39a4fc297e8a82f7e79bc8019a0868.tar.bz2
volse-hubzilla-0784cd593a39a4fc297e8a82f7e79bc8019a0868.zip
Merge branch '7.2RC'7.2
Diffstat (limited to 'vendor/league/html-to-markdown/.github/ISSUE_TEMPLATE/3_Feature_request.yaml')
-rw-r--r--vendor/league/html-to-markdown/.github/ISSUE_TEMPLATE/3_Feature_request.yaml27
1 files changed, 27 insertions, 0 deletions
diff --git a/vendor/league/html-to-markdown/.github/ISSUE_TEMPLATE/3_Feature_request.yaml b/vendor/league/html-to-markdown/.github/ISSUE_TEMPLATE/3_Feature_request.yaml
new file mode 100644
index 000000000..2d91a58d0
--- /dev/null
+++ b/vendor/league/html-to-markdown/.github/ISSUE_TEMPLATE/3_Feature_request.yaml
@@ -0,0 +1,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!