3_Feature_request.yaml 1.0 KB

123456789101112131415161718192021222324252627
  1. name: "🚀 Feature Request"
  2. description: RFC and ideas for new features and improvements
  3. labels:
  4. - enhancement
  5. body:
  6. - type: textarea
  7. id: description
  8. attributes:
  9. label: Description
  10. description: A clear and concise description of the problem.
  11. validations:
  12. required: true
  13. - type: textarea
  14. id: example
  15. attributes:
  16. label: Example
  17. description: |
  18. A simple example of the new feature in action (include PHP code, sample Markdown, etc.)
  19. If the new feature changes an existing feature, include a simple before/after comparison.
  20. validations:
  21. required: true
  22. - type: textarea
  23. id: feedback
  24. attributes:
  25. label: Did this project help you today? Did it make you happy in any way?
  26. description: |
  27. 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!