--feature-request.yaml 838 B

12345678910111213141516171819202122232425262728
  1. name: Feature request
  2. description: Suggest a feature to improve Hoppscotch
  3. title: "[feature]: "
  4. labels: [feature]
  5. body:
  6. - type: markdown
  7. attributes:
  8. value: |
  9. Thank you for taking the time to request a feature for Hoppscotch
  10. - type: checkboxes
  11. attributes:
  12. label: Is there an existing issue for this?
  13. description: Please search to see if an issue related to this feature request already exists
  14. options:
  15. - label: I have searched the existing issues
  16. required: true
  17. - type: textarea
  18. attributes:
  19. label: Summary
  20. description: One paragraph description of the feature
  21. validations:
  22. required: true
  23. - type: textarea
  24. attributes:
  25. label: Why should this be worked on?
  26. description: A concise description of the problems or use cases for this feature request
  27. validations:
  28. required: true