mirror of
https://github.com/getsentry/self-hosted.git
synced 2026-01-25 15:22:43 +00:00
29 lines
859 B
YAML
29 lines
859 B
YAML
name: 💡 Feature Request
|
|
description: Tell us about a problem our software could solve but doesn't.
|
|
body:
|
|
- type: textarea
|
|
id: problem
|
|
attributes:
|
|
label: Problem Statement
|
|
description: What problem could `onpremise` solve that it doesn't?
|
|
placeholder: |-
|
|
I want to make whirled peas, but `onpremise` doesn't blend.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: expected
|
|
attributes:
|
|
label: Solution Brainstorm
|
|
description: We know you have bright ideas to share ... share away, friend.
|
|
placeholder: |-
|
|
Add a blender to `onpremise`.
|
|
validations:
|
|
required: false
|
|
- type: markdown
|
|
attributes:
|
|
value: |-
|
|
## Thanks 🙏
|
|
Check our [triage docs](https://open.sentry.io/triage/) for what to expect next.
|
|
validations:
|
|
required: false
|