feature.yml 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  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 - Source Maps'
  33. - 'Issues - Suggested Fix'
  34. - 'Projects - Project Creation'
  35. - 'Projects - Project Details'
  36. - 'Performance'
  37. - 'Insights'
  38. - 'Profiling'
  39. - 'DDM'
  40. - 'Replays'
  41. - 'Crons'
  42. - 'Alerts'
  43. - 'Discover'
  44. - 'Dashboards'
  45. - 'Releases'
  46. - 'User Feedback'
  47. - 'Stats'
  48. - 'Settings'
  49. - 'Settings - General'
  50. - 'Settings - Projects'
  51. - 'Settings - Teams'
  52. - 'Settings - Members'
  53. - 'Settings - Security & Privacy'
  54. - 'Settings - Auth'
  55. - 'Settings - Relay'
  56. - 'Settings - Repositories'
  57. - 'Settings - Integrations'
  58. - 'Settings - Developer Settings'
  59. - 'Settings - Spend Allocation'
  60. - 'Settings - Spike Protection'
  61. - 'Settings - Subscription'
  62. - 'Help'
  63. - "What's New"
  64. - 'Footer'
  65. - 'APIs'
  66. - 'Ingestion and Filtering'
  67. - 'Org Relocation'
  68. - 'Other'
  69. # end product areas
  70. validations:
  71. required: true
  72. - type: markdown
  73. attributes:
  74. value: |-
  75. ## Thanks 🙏
  76. Check our [triage docs](https://open.sentry.io/triage/) for what to expect next.
  77. validations:
  78. required: false