First Commit

This commit is contained in:
Esteban
2026-07-03 16:27:34 +02:00
commit 7a7440daab
8955 changed files with 1117958 additions and 0 deletions
@@ -0,0 +1,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
@@ -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!
@@ -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!