bug.yml 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  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: textarea
  15. id: repro
  16. attributes:
  17. label: Steps to Reproduce
  18. description: How can we see what you're seeing? Specific is terrific.
  19. placeholder: |-
  20. 1. foo
  21. 2. bar
  22. 3. baz
  23. validations:
  24. required: true
  25. - type: textarea
  26. id: expected
  27. attributes:
  28. label: Expected Result
  29. validations:
  30. required: true
  31. - type: textarea
  32. id: actual
  33. attributes:
  34. label: Actual Result
  35. description: Logs? Screenshots? Yes, please.
  36. validations:
  37. required: true
  38. - type: dropdown
  39. id: product-area
  40. attributes:
  41. label: Product Area
  42. description: Where in the product did you find the bug?
  43. options:
  44. # begin product areas - autogenerated by bin/react-to-product-owners-yml-changes.py
  45. - 'Unknown'
  46. - 'Sign In'
  47. - 'Issues'
  48. - 'Issues - Source Maps'
  49. - 'Issues - Suggested Fix'
  50. - 'Projects - Project Creation'
  51. - 'Projects - Project Details'
  52. - 'Performance'
  53. - 'Insights'
  54. - 'Profiling'
  55. - 'DDM'
  56. - 'Replays'
  57. - 'Crons'
  58. - 'Alerts'
  59. - 'Discover'
  60. - 'Dashboards'
  61. - 'Releases'
  62. - 'User Feedback'
  63. - 'Stats'
  64. - 'Settings'
  65. - 'Settings - General'
  66. - 'Settings - Projects'
  67. - 'Settings - Teams'
  68. - 'Settings - Members'
  69. - 'Settings - Security & Privacy'
  70. - 'Settings - Auth'
  71. - 'Settings - Relay'
  72. - 'Settings - Repositories'
  73. - 'Settings - Integrations'
  74. - 'Settings - Developer Settings'
  75. - 'Settings - Spend Allocation'
  76. - 'Settings - Spike Protection'
  77. - 'Settings - Subscription'
  78. - 'Help'
  79. - "What's New"
  80. - 'Footer'
  81. - 'APIs'
  82. - 'Ingestion and Filtering'
  83. - 'Org Relocation'
  84. - 'Other'
  85. # end product areas
  86. validations:
  87. required: true
  88. - type: input
  89. id: link
  90. attributes:
  91. label: Link
  92. placeholder: https://sentry.io/organizations/{ORG_SLUG}/...
  93. description: If on SaaS, where exactly did you find the bug? **Note:** This will divulge your org slug publicly.
  94. validations:
  95. required: false
  96. - type: input
  97. id: DSN
  98. attributes:
  99. label: DSN
  100. placeholder: https://{tag}@o{ORG_ID}.ingest.sentry.io/{PROJECT_ID}
  101. description: If on SaaS, what is your DSN? This is an easy way to give us your org ID (non-PII).
  102. validations:
  103. required: false
  104. - type: input
  105. id: version
  106. attributes:
  107. label: Version
  108. placeholder: 21.7.0 โ† should look like this (check the footer)
  109. description: If on self-hosted, what version are you running?
  110. validations:
  111. required: false
  112. - type: markdown
  113. attributes:
  114. value: |-
  115. ## Thanks ๐Ÿ™
  116. Check our [triage docs](https://open.sentry.io/triage/) for what to expect next.
  117. validations:
  118. required: false