File tree Expand file tree Collapse file tree 3 files changed +47
-47
lines changed Expand file tree Collapse file tree 3 files changed +47
-47
lines changed Original file line number Diff line number Diff line change 19
19
description : If on self-hosted, what version are you running?
20
20
validations :
21
21
required : false
22
+ - type : textarea
23
+ id : repro
24
+ attributes :
25
+ label : Steps to Reproduce
26
+ description : How can we see what you're seeing? Specific is terrific.
27
+ placeholder : |-
28
+ 1. foo
29
+ 2. bar
30
+ 3. baz
31
+ validations :
32
+ required : true
33
+ - type : textarea
34
+ id : expected
35
+ attributes :
36
+ label : Expected Result
37
+ validations :
38
+ required : true
39
+ - type : textarea
40
+ id : actual
41
+ attributes :
42
+ label : Actual Result
43
+ description : Logs? Screenshots? Yes, please.
44
+ validations :
45
+ required : true
22
46
- type : dropdown
23
47
id : product-area
24
48
attributes :
75
99
description : If on SaaS, what is your DSN? This is an easy way to give us your org ID (non-PII).
76
100
validations :
77
101
required : false
78
- - type : textarea
79
- id : repro
80
- attributes :
81
- label : Steps to Reproduce
82
- description : How can we see what you're seeing? Specific is terrific.
83
- placeholder : |-
84
- 1. foo
85
- 2. bar
86
- 3. baz
87
- validations :
88
- required : true
89
- - type : textarea
90
- id : expected
91
- attributes :
92
- label : Expected Result
93
- validations :
94
- required : true
95
- - type : textarea
96
- id : actual
97
- attributes :
98
- label : Actual Result
99
- description : Logs? Screenshots? Yes, please.
100
- validations :
101
- required : true
102
102
- type : markdown
103
103
attributes :
104
104
value : |-
Original file line number Diff line number Diff line change 1
1
blank_issues_enabled : false
2
2
contact_links :
3
- - name : Support Request
3
+ - name : Access paid support
4
4
url : https://sentry.io/support
5
5
about : Use our dedicated support channel for paid accounts.
6
- - name : Ask a question about self-hosted Sentry (aka onpremise)
6
+ - name : Discuss self-hosted
7
7
url : https://github.com/getsentry/self-hosted/issues/new
8
8
about : Please use the `self-hosted` repo for questions about self-hosted Sentry.
9
- - name : Report a security vulnerability
10
- url : https://sentry.io/security/#vulnerability-disclosure
11
- about : Please see our guide for responsible disclosure .
9
+ - name : Bypass issue templates
10
+ url : https://github.com/getsentry/sentry/issues/new
11
+ about : This is for you, Cramer .
Original file line number Diff line number Diff line change 1
1
name : 💡 Feature Request
2
2
description : Tell us about a problem our software could solve but doesn't.
3
3
body :
4
+ - type : textarea
5
+ id : problem
6
+ attributes :
7
+ label : Problem Statement
8
+ description : What problem could Sentry solve that it doesn't?
9
+ placeholder : |-
10
+ I want to make whirled peas, but Sentry doesn't blend.
11
+ validations :
12
+ required : true
13
+ - type : textarea
14
+ id : expected
15
+ attributes :
16
+ label : Solution Brainstorm
17
+ description : We know you have bright ideas to share ... share away, friend.
18
+ placeholder : |-
19
+ Add a blender to Sentry.
20
+ validations :
21
+ required : false
4
22
- type : dropdown
5
23
id : product-area
6
24
attributes :
41
59
- ' Other'
42
60
validations :
43
61
required : true
44
- - type : textarea
45
- id : problem
46
- attributes :
47
- label : Problem Statement
48
- description : What problem could Sentry solve that it doesn't?
49
- placeholder : |-
50
- I want to make whirled peas, but Sentry doesn't blend.
51
- validations :
52
- required : true
53
- - type : textarea
54
- id : expected
55
- attributes :
56
- label : Solution Brainstorm
57
- description : We know you have bright ideas to share ... share away, friend.
58
- placeholder : |-
59
- Add a blender to Sentry.
60
- validations :
61
- required : false
62
62
- type : markdown
63
63
attributes :
64
64
value : |-
You can’t perform that action at this time.
0 commit comments