02-feature-request.yml 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. name: Feature Request
  2. description: Suggest a new feature or improvement for RackPeek
  3. title: "[Feature]: "
  4. labels: ["enhancement", "triage"]
  5. body:
  6. - type: markdown
  7. attributes:
  8. value: |
  9. Thanks for sharing your idea! Feature requests help shape RackPeek's roadmap. Please describe what you'd like to see.
  10. - type: textarea
  11. id: feature
  12. attributes:
  13. label: What feature would you like?
  14. description: A brief description of the feature or improvement.
  15. placeholder: e.g. Add support for tracking VLANs on switch ports...
  16. validations:
  17. required: true
  18. - type: textarea
  19. id: use-case
  20. attributes:
  21. label: What problem does it solve?
  22. description: How would you use this in your homelab or workflow?
  23. placeholder: e.g. I'd use this to document which VLAN each port is assigned to...
  24. validations:
  25. required: true
  26. - type: dropdown
  27. id: where
  28. attributes:
  29. label: Where would this apply?
  30. description: CLI, Web UI, or both?
  31. options:
  32. - CLI (rpk commands)
  33. - Web UI
  34. - Both
  35. validations:
  36. required: true
  37. - type: textarea
  38. id: screenshots
  39. attributes:
  40. label: Screenshots or mockups (optional)
  41. description: Drag and drop images here. Mockups, annotated screenshots, or examples of what you're envisioning help us understand your idea.
  42. placeholder: Drop images here or paste links...
  43. validations:
  44. required: false