feature_request.yaml 912 B

123456789101112131415161718192021222324252627282930313233343536
  1. name: Feature Request
  2. description: Suggest an idea to improve frp
  3. title: "[Feature Request] "
  4. body:
  5. - type: markdown
  6. attributes:
  7. value: |
  8. This is only used to request new product features.
  9. - type: textarea
  10. id: feature-request
  11. attributes:
  12. label: Describe the feature request
  13. description: Tell us what's you want and why it should be added in frp.
  14. validations:
  15. required: true
  16. - type: textarea
  17. id: alternatives
  18. attributes:
  19. label: Describe alternatives you've considered
  20. - type: checkboxes
  21. id: area
  22. attributes:
  23. label: Affected area
  24. options:
  25. - label: "Docs"
  26. - label: "Installation"
  27. - label: "Performance and Scalability"
  28. - label: "Security"
  29. - label: "User Experience"
  30. - label: "Test and Release"
  31. - label: "Developer Infrastructure"
  32. - label: "Client Plugin"
  33. - label: "Server Plugin"
  34. - label: "Extensions"
  35. - label: "Others"