name: 🐞 Bug Report description: Tell us about something that's not working the way we (probably) intend. body: - type: dropdown id: environment attributes: label: Environment description: Where are you using our software? options: - SaaS (https://sentry.io/) - self-hosted (https://develop.sentry.dev/self-hosted/) validations: required: true - type: input id: version attributes: label: Version placeholder: 21.7.0 ← should look like this (check the footer) description: If self-hosted, what version are you running? validations: required: false - type: textarea id: repro attributes: label: Steps to Reproduce description: How can we see what you're seeing? Specific is terrific. placeholder: |- 1. foo 2. bar 3. baz validations: required: true - type: textarea id: expected attributes: label: Expected Result validations: required: true - type: textarea id: actual attributes: label: Actual Result description: Logs? Screenshots? Yes, please. validations: required: true - type: markdown attributes: value: |- ## Thanks 🙏 Check our [triage docs](https://open.sentry.io/triage/) for what to expect next. validations: required: false