File tree 4 files changed +116
-0
lines changed
4 files changed +116
-0
lines changed Original file line number Diff line number Diff line change
1
+ name : 💡 Feature Request
2
+ description : Propose new functionality for the SDK
3
+ labels : ["Rust", "Feature"]
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.
Original file line number Diff line number Diff line change
1
+ name : 💡 Improvement
2
+ description : Propose an improvement for existing functionality of the SDK
3
+ labels : ["Rust", "Improvement"]
4
+ body :
5
+ - type : markdown
6
+ attributes :
7
+ value : Thanks for taking the time to file a 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.
Original file line number Diff line number Diff line change
1
+ name : 🐞 Bug Report
2
+ description : Tell us about something that's not working the way we (probably) intend.
3
+ labels : ["Rust", "Bug"]
4
+ body :
5
+ - type : dropdown
6
+ id : type
7
+ attributes :
8
+ label : How do you use Sentry?
9
+ options :
10
+ - Sentry SaaS (sentry.io)
11
+ - Self-hosted / on-premises
12
+ validations :
13
+ required : true
14
+ - type : input
15
+ id : version
16
+ attributes :
17
+ label : SDK version
18
+ description : Which SDK version do you use?
19
+ placeholder : e.g. 4.9.2
20
+ validations :
21
+ required : true
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. What
29
+ 2. you
30
+ 3. did.
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
46
+ - type : markdown
47
+ attributes :
48
+ value : |-
49
+ ## Thanks 🙏
50
+ validations :
51
+ required : false
Original file line number Diff line number Diff line change
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.
You can’t perform that action at this time.
0 commit comments