feature.yml 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. name: 💡 Feature Request
  2. description: Tell us about a problem our software could solve but doesn't.
  3. body:
  4. - type: textarea
  5. id: problem
  6. attributes:
  7. label: Problem Statement
  8. description: What problem could Sentry solve that it doesn't?
  9. placeholder: |-
  10. I want to make whirled peas, but Sentry doesn't blend.
  11. validations:
  12. required: true
  13. - type: textarea
  14. id: expected
  15. attributes:
  16. label: Solution Brainstorm
  17. description: We know you have bright ideas to share ... share away, friend.
  18. placeholder: |-
  19. Add a blender to Sentry.
  20. validations:
  21. required: false
  22. - type: dropdown
  23. id: product-area
  24. attributes:
  25. label: Product Area
  26. description: What is the most relevant part of the product?
  27. options:
  28. # begin product areas - autogenerated by bin/react-to-product-owners-yml-changes.py
  29. - 'Unknown'
  30. - 'Sign In'
  31. - 'Issues'
  32. - 'Issues - Suggested Fix'
  33. - 'Projects'
  34. - 'Performance'
  35. - 'Profiling'
  36. - 'Replays'
  37. - 'Crons'
  38. - 'Alerts'
  39. - 'Discover'
  40. - 'Dashboards'
  41. - 'Releases'
  42. - 'User Feedback'
  43. - 'Stats'
  44. - 'Settings'
  45. - 'Settings - General'
  46. - 'Settings - Projects'
  47. - 'Settings - Teams'
  48. - 'Settings - Members'
  49. - 'Settings - Security & Privacy'
  50. - 'Settings - Auth'
  51. - 'Settings - Relay'
  52. - 'Settings - Repositories'
  53. - 'Settings - Integrations'
  54. - 'Settings - Developer Settings'
  55. - 'Settings - Spike Protection'
  56. - 'Help'
  57. - "What's New"
  58. - 'Footer'
  59. - 'Other'
  60. # end product areas
  61. validations:
  62. required: true
  63. - type: markdown
  64. attributes:
  65. value: |-
  66. ## Thanks 🙏
  67. Check our [triage docs](https://open.sentry.io/triage/) for what to expect next.
  68. validations:
  69. required: false