Skip to content

Commit d71feec

Browse files
Create GH issue templates (#744)
Co-authored-by: Michael Hoffmann <[email protected]>
1 parent 413d894 commit d71feec

File tree

3 files changed

+85
-0
lines changed

3 files changed

+85
-0
lines changed

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
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: type
6+
attributes:
7+
label: How do you use Sentry?
8+
options:
9+
- Sentry SaaS (sentry.io)
10+
- Self-hosted / on-premises
11+
validations:
12+
required: true
13+
- type: input
14+
id: version
15+
attributes:
16+
label: SDK version
17+
description: Which SDK version do you use?
18+
placeholder: e.g. 4.9.2
19+
validations:
20+
required: true
21+
- type: textarea
22+
id: repro
23+
attributes:
24+
label: Steps to reproduce
25+
description: How can we see what you're seeing? Specific is terrific.
26+
placeholder: |-
27+
1. What
28+
2. you
29+
3. did.
30+
validations:
31+
required: true
32+
- type: textarea
33+
id: expected
34+
attributes:
35+
label: Expected result
36+
validations:
37+
required: true
38+
- type: textarea
39+
id: actual
40+
attributes:
41+
label: Actual result
42+
description: Logs? Screenshots? Yes, please.
43+
validations:
44+
required: true
45+
- type: markdown
46+
attributes:
47+
value: |-
48+
## Thanks 🙏
49+
validations:
50+
required: false

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: Support Request
4+
url: https://sentry.io/support
5+
about: Use our dedicated support channel for paid accounts.

.github/ISSUE_TEMPLATE/feature.yml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
name: 💡 Feature Request
2+
description: Create a feature request for this SDK.
3+
labels: 'enhancement'
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: Thanks for taking the time to file a feature request! Please fill out this form as completely as possible.
8+
- type: textarea
9+
id: problem
10+
attributes:
11+
label: Problem Statement
12+
description: A clear and concise description of what you want and what your use case is.
13+
placeholder: |-
14+
I want to make whirled peas, but Sentry doesn't blend.
15+
validations:
16+
required: true
17+
- type: textarea
18+
id: expected
19+
attributes:
20+
label: Solution Brainstorm
21+
description: We know you have bright ideas to share ... share away, friend.
22+
placeholder: |-
23+
Add a blender to Sentry.
24+
validations:
25+
required: true
26+
- type: markdown
27+
attributes:
28+
value: |-
29+
## Thanks 🙏
30+
Check our [triage docs](https://open.sentry.io/triage/) for what to expect next.

0 commit comments

Comments
 (0)