File tree 2 files changed +65
-16
lines changed
2 files changed +65
-16
lines changed Original file line number Diff line number Diff line change
1
+ name : " 📝 SDK Documentation"
2
+ labels : ["Type: Content", "SDKs"]
3
+ description : Missing, incorrect, or unclear documentation of SDKs.
4
+ body :
5
+ - type : markdown
6
+ attributes :
7
+ value : |-
8
+ Is the documentation issue something you know how to fix? Consider contributing to Open Source by opening a PR to fix it instead!
9
+ - type : dropdown
10
+ id : area
11
+ attributes :
12
+ label : SDK
13
+ description : Which SDK documentation are we talking about?
14
+ options :
15
+ - Android SDK
16
+ - Apple SDK
17
+ - Dart SDK
18
+ - Elixir SDK
19
+ - Flutter SDK
20
+ - Go SDK
21
+ - Java SDK
22
+ - JavaScript SDK
23
+ - Kotlin Multiplatform SDK
24
+ - Native SDK
25
+ - .NET SDK
26
+ - PHP SDK
27
+ - PowerShell SDK
28
+ - Python SDK
29
+ - React Native SDK
30
+ - Ruby SDK
31
+ - Rust SDK
32
+ - Unity SDK
33
+ - Unreal Engine SDK
34
+ - Sentry CLI
35
+ - All JavaScript SDKs
36
+ - All Backend SDKs
37
+ - All Mobile SDKs
38
+ - All Gaming SDKs
39
+ - All SDKs
40
+ - Other
41
+ validations :
42
+ required : true
43
+ - type : textarea
44
+ id : description
45
+ attributes :
46
+ label : Description
47
+ description : What were you looking for/trying to do/expecting?
48
+ validations :
49
+ required : true
50
+ - type : textarea
51
+ id : solution
52
+ attributes :
53
+ label : Suggested Solution
54
+ description : If you have an idea on how we can solve this, please share.
55
+ validations :
56
+ required : false
57
+ - type : markdown
58
+ attributes :
59
+ value : |-
60
+ ## Thanks 🙏
61
+ 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 : " 📝 Docs Content "
2
- labels : " Type: Content"
3
- description : Missing, incorrect, unclear documentation or code samples .
1
+ name : " 📝 Product Documentation "
2
+ labels : [ "Type: Content", "Product"]
3
+ description : Missing, incorrect, or unclear documentation of product features .
4
4
body :
5
5
- type : markdown
6
6
attributes :
7
7
value : |-
8
8
Is the documentation issue something you know how to fix? Consider contributing to Open Source by opening a PR to fix it instead!
9
- - type : dropdown
10
- id : area
11
- attributes :
12
- label : Core or SDK?
13
- description : What part of the Sentry documentation are we talking about?
14
- options :
15
- - Core Sentry product
16
- - Platform/SDK
17
- validations :
18
- required : true
19
9
- type : input
20
10
id : area-specific
21
11
attributes :
22
12
label : Which part? Which one?
23
- description : Which area of the core Sentry product, or which platform/SDK ?
13
+ description : Which area of the core Sentry product?
24
14
validations :
25
15
required : true
26
16
- type : textarea
42
32
value : |-
43
33
## Thanks 🙏
44
34
Check our [triage docs](https://open.sentry.io/triage/) for what to expect next.
45
- validations :
46
- required : false
You can’t perform that action at this time.
0 commit comments