Skip to content

Commit

Permalink
Create GH issue templates (#728)
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Hoffmann <michael.hoffmann@sentry.io>
  • Loading branch information
stephanie-anderson and cleptric authored Jul 12, 2023
1 parent e5a2450 commit cd3580f
Show file tree
Hide file tree
Showing 3 changed files with 85 additions and 0 deletions.
50 changes: 50 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
name: 🐞 Bug Report
description: Tell us about something that's not working the way we (probably) intend.
body:
- type: dropdown
id: type
attributes:
label: How do you use Sentry?
options:
- Sentry SaaS (sentry.io)
- Self-hosted / on-premises
validations:
required: true
- type: input
id: version
attributes:
label: SDK version
description: Which SDK version do you use?
placeholder: e.g. 3.6.1
validations:
required: true
- type: textarea
id: repro
attributes:
label: Steps to reproduce
description: How can we see what you're seeing? Specific is terrific.
placeholder: |-
1. What
2. you
3. did.
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 🙏
validations:
required: false
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: Support Request
url: https://sentry.io/support
about: Use our dedicated support channel for paid accounts.
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 this 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 cd3580f

Please sign in to comment.