bug.yml 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. name: ๐Ÿž Bug Report
  2. description: Tell us about something that's not working the way we (probably) intend.
  3. body:
  4. - type: dropdown
  5. id: environment
  6. attributes:
  7. label: Environment
  8. description: Where are you using our software?
  9. options:
  10. - SaaS (https://sentry.io/)
  11. - self-hosted (https://develop.sentry.dev/self-hosted/)
  12. validations:
  13. required: true
  14. - type: input
  15. id: version
  16. attributes:
  17. label: Version
  18. placeholder: 21.7.0 โ† should look like this (check the footer)
  19. description: If self-hosted, what version are you running?
  20. validations:
  21. required: false
  22. - type: textarea
  23. id: repro
  24. attributes:
  25. label: Steps to Reproduce
  26. description: How can we see what you're seeing? Specific is terrific.
  27. placeholder: |-
  28. 1. foo
  29. 2. bar
  30. 3. baz
  31. validations:
  32. required: true
  33. - type: textarea
  34. id: expected
  35. attributes:
  36. label: Expected Result
  37. validations:
  38. required: true
  39. - type: textarea
  40. id: actual
  41. attributes:
  42. label: Actual Result
  43. description: Logs? Screenshots? Yes, please.
  44. validations:
  45. required: true
  46. - type: markdown
  47. attributes:
  48. value: |-
  49. ## Thanks ๐Ÿ™
  50. Check our [triage docs](https://open.sentry.io/triage/) for what to expect next.
  51. validations:
  52. required: false