File tree 7 files changed +74
-27
lines changed 7 files changed +74
-27
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ name : 💡 Feature Request
2
+ description : Tell us about a problem our SDK could solve but doesn't.
3
+ labels : ["Ruby", "Feature"]
4
+ body :
5
+ - type : textarea
6
+ id : problem
7
+ attributes :
8
+ label : Problem Statement
9
+ description : What problem could Sentry solve that it doesn't?
10
+ placeholder : |-
11
+ I want to make whirled peas, but Sentry doesn't blend.
12
+ validations :
13
+ required : true
14
+
15
+ - type : textarea
16
+ id : expected
17
+ attributes :
18
+ label : Solution Brainstorm
19
+ description : We know you have bright ideas to share ... share away, friend.
20
+ placeholder : |-
21
+ Add a blender to Sentry.
22
+ validations :
23
+ required : false
24
+
25
+ - type : markdown
26
+ attributes :
27
+ value : |-
28
+ ## Thanks 🙏
29
+ Check our [triage docs](https://open.sentry.io/triage/) for what to expect next.
Load Diff This file was deleted.
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 : ["Ruby", "Improvement"]
4
+ body :
5
+ - type : textarea
6
+ id : problem
7
+ attributes :
8
+ label : Problem Statement
9
+ description : What problem could Sentry solve that it doesn't?
10
+ placeholder : |-
11
+ I want to make whirled peas, but Sentry doesn't blend.
12
+ validations :
13
+ required : true
14
+
15
+ - type : textarea
16
+ id : expected
17
+ attributes :
18
+ label : Solution Brainstorm
19
+ description : We know you have bright ideas to share ... share away, friend.
20
+ placeholder : |-
21
+ Add a blender to Sentry.
22
+ validations :
23
+ required : false
24
+
25
+ - type : markdown
26
+ attributes :
27
+ value : |-
28
+ ## Thanks 🙏
29
+ 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
1
name : 🐞 Bug Report
2
- description : " Report an unexpected problem or behavior of this SDK"
2
+ description : Report an unexpected problem or behavior of this SDK.
3
3
labels : ["Ruby", "Bug"]
4
4
body :
5
5
- type : textarea
Original file line number Diff line number Diff line change 1
1
blank_issues_enabled : false
2
2
contact_links :
3
3
- name : 📚 SDK Documentation
4
- url : https://docs.sentry.io/
5
- about : Check the SDK documentation
4
+ url : https://docs.sentry.io/platforms/ruby/
5
+ about : Check the SDK's documentation
6
6
7
- - name : 📚 Ruby API Documentation
7
+ - name : 📚 SDK API Documentation
8
8
url : https://www.rubydoc.info/gems/sentry-ruby-core/Sentry
9
- about : Check the SDK's Ruby API documentation
9
+ about : Check the SDK's API documentation
10
10
11
11
- name : 💬 Community Discord
12
12
url : https://discord.gg/PXa5Apfe7K
Original file line number Diff line number Diff line change
1
+ name : Blank Issue
2
+ description : Blank Issue. Reserved for maintainers.
3
+ labels : ["Ruby"]
4
+ body :
5
+ - type : textarea
6
+ id : description
7
+ attributes :
8
+ label : Description
9
+ description : Please describe the issue.
10
+ validations :
11
+ required : true
You can’t perform that action at this time.
0 commit comments