Skip to content

Commit

Permalink
Create feature.yml (#1350)
Browse files Browse the repository at this point in the history
  • Loading branch information
vladanpaunovic authored Feb 22, 2022
1 parent 39ab78f commit f9ee416
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/ISSUE_TEMPLATE/feature.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: 💡 Feature Request
description: Create a feature request for sentry-python SDK.
labels: 'enhancement'
body:
- type: markdown
attributes:
value: Thanks for taking the time to file a feature request! Please fill out this form as completely as possible.
- type: textarea
id: problem
attributes:
label: Problem Statement
description: A clear and concise description of what you want and what your use case is.
placeholder: |-
I want to make whirled peas, but Sentry 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 Sentry.
validations:
required: true
- type: markdown
attributes:
value: |-
## Thanks 🙏
Check our [triage docs](https://open.sentry.io/triage/) for what to expect next.

0 comments on commit f9ee416

Please sign in to comment.