feature.yml 844 B

12345678910111213141516171819202122232425262728
  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: markdown
  23. attributes:
  24. value: |-
  25. ## Thanks 🙏
  26. Check our [triage docs](https://open.sentry.io/triage/) for what to expect next.
  27. validations:
  28. required: false