feature_request.yml 747 B

12345678910111213141516171819202122232425262728293031
  1. name: Feature
  2. description: Suggest an idea for Nanobrowser
  3. title: "[Feature]: "
  4. labels: ["enhancement", "needs-triage"]
  5. body:
  6. - type: markdown
  7. attributes:
  8. value: |
  9. Thanks for suggesting a new feature!
  10. - type: textarea
  11. id: problem
  12. attributes:
  13. label: What problem does this solve?
  14. placeholder: I'm frustrated when [...]
  15. validations:
  16. required: true
  17. - type: textarea
  18. id: solution
  19. attributes:
  20. label: Proposed solution
  21. description: What would you like to see happen?
  22. validations:
  23. required: true
  24. - type: textarea
  25. id: context
  26. attributes:
  27. label: Additional context
  28. description: Add any relevant context, screenshots, or mockups