Skip to content

Commit 33c30d6

Browse files
chore: split issue templates (#11263)
1 parent af57df0 commit 33c30d6

File tree

2 files changed

+65
-16
lines changed

2 files changed

+65
-16
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
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 numberDiff line numberDiff line change
@@ -1,26 +1,16 @@
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.
44
body:
55
- type: markdown
66
attributes:
77
value: |-
88
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
199
- type: input
2010
id: area-specific
2111
attributes:
2212
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?
2414
validations:
2515
required: true
2616
- type: textarea
@@ -42,5 +32,3 @@ body:
4232
value: |-
4333
## Thanks 🙏
4434
Check our [triage docs](https://open.sentry.io/triage/) for what to expect next.
45-
validations:
46-
required: false

0 commit comments

Comments
 (0)