feature_request.yml 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. name: Feature request
  2. description: Suggest an idea
  3. labels: ["enhancement", "help wanted"]
  4. body:
  5. - type: markdown
  6. attributes:
  7. value: |
  8. Before submitting this feature request, please confirm if you should submit it to a [platform-specific issue tracker instead](https://github.com/ungoogled-software/ungoogled-chromium/blob/master/SUPPORT.md#platform-specific-support)
  9. Otherwise, your issue may not be noticed. In addition, please read through the [SUPPORT.md](https://github.com/ungoogled-software/ungoogled-chromium/blob/master/SUPPORT.md) first
  10. - type: input
  11. id: description
  12. attributes:
  13. label: Description
  14. description: A clear and concise description (in one line) of what your suggestion is
  15. validations:
  16. required: true
  17. - type: checkboxes
  18. attributes:
  19. label: Who's implementing?
  20. options:
  21. - label: I'm willing to implement this feature myself
  22. - type: textarea
  23. id: prob
  24. attributes:
  25. label: The problem
  26. description: Please describe the problem you are solving or new feature you're suggesting
  27. placeholder: I'm always frustrated when [...] happens
  28. validations:
  29. required: true
  30. - type: textarea
  31. id: sol
  32. attributes:
  33. label: Possible solutions
  34. description: Please describe possible solution(-s) to The Problem
  35. validations:
  36. required: true
  37. - type: textarea
  38. id: alt
  39. attributes:
  40. label: Alternatives
  41. description: Please describe alternatives you've considered, if any
  42. - type: textarea
  43. id: additional
  44. attributes:
  45. label: Additional context
  46. description: Add any other context about the feature request here