1
0

feature_request.yml 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. name: Feature request
  2. description: Suggest a new layout, workflow, platform, or capability.
  3. title: "feat: "
  4. labels: ["enhancement"]
  5. body:
  6. - type: textarea
  7. id: problem
  8. attributes:
  9. label: What problem would this solve?
  10. description: Please describe the real deck-making situation behind the request.
  11. placeholder: "When making product benchmark decks, I often need..."
  12. validations:
  13. required: true
  14. - type: textarea
  15. id: proposal
  16. attributes:
  17. label: What do you want the Skill to do?
  18. placeholder: "Add a layout for..."
  19. validations:
  20. required: true
  21. - type: textarea
  22. id: examples
  23. attributes:
  24. label: Examples or references
  25. description: Screenshots, links, rough sketches, or deck examples are welcome.
  26. - type: dropdown
  27. id: area
  28. attributes:
  29. label: Area
  30. options:
  31. - Layout / template
  32. - Image generation workflow
  33. - Data visualization
  34. - Installation / packaging
  35. - Documentation
  36. - Runtime interaction
  37. - Other
  38. validations:
  39. required: true