Skip to content

Commit d9d212c

Browse files
Merge pull request #1080 from OneSignal/fancy-issues
2 parents 45b1974 + d454151 commit d9d212c

File tree

3 files changed

+141
-0
lines changed

3 files changed

+141
-0
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
name: 🙋‍♂️ Ask a question
2+
description: Tell us what's on your mind
3+
title: "[question]: "
4+
labels: ["question"]
5+
# assignees:
6+
# - OneSignal/ios-sdk
7+
body:
8+
- type: markdown
9+
attributes:
10+
value: |
11+
Having issues integrating this SDK?
12+
- type: textarea
13+
id: question
14+
attributes:
15+
label: How can we help?
16+
description: Specific question regarding integrating this SDK.
17+
placeholder: How do I...?
18+
validations:
19+
required: true
20+
- type: checkboxes
21+
id: terms
22+
attributes:
23+
label: Code of Conduct
24+
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/OneSignal/OneSignal-iOS-SDK/blob/main/CONTRIBUTING.md)
25+
options:
26+
- label: I agree to follow this project's Code of Conduct
27+
required: true
Lines changed: 87 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,87 @@
1+
name: 🪳 Bug report
2+
description: File a bug report
3+
title: "[Bug]: "
4+
labels: ["bug", "triage"]
5+
# assignees:
6+
# - OneSignal/ios-sdk
7+
body:
8+
- type: markdown
9+
attributes:
10+
value: |
11+
Thanks for taking the time to fill out this bug report!
12+
- type: textarea
13+
id: what-happened
14+
attributes:
15+
label: What happened?
16+
description: Provide a thorough description of whats going on.
17+
placeholder: e.g. The latest version of the SDK causes my screen to go blank when I tap on the screen three times.
18+
validations:
19+
required: true
20+
- type: textarea
21+
id: reproduction-steps
22+
attributes:
23+
label: Steps to reproduce?
24+
description: Provide as much detail as posible to reproduce the issue.
25+
placeholder: |
26+
1. Install vX.Y.Z of dependency
27+
2. Launch the app on iOS device
28+
3. Tap the screen three times
29+
4. Note that the app crashes
30+
render: Markdown
31+
validations:
32+
required: true
33+
- type: textarea
34+
id: what-are-expectations
35+
attributes:
36+
label: What did you expect to happen?
37+
description: Also tell us, what did you expect to happen?
38+
placeholder: I expected the app to continue running no matter how many times I tap the screen.
39+
validations:
40+
required: true
41+
- type: input
42+
id: ios-sdk-version
43+
attributes:
44+
label: OneSignal iOS SDK version
45+
description: What version of the OneSignal iOS SDK are you using?
46+
placeholder: Release 3.10.3
47+
validations:
48+
required: true
49+
- type: dropdown
50+
id: ios-major-version
51+
attributes:
52+
label: iOS version
53+
description: Which versions of iOS are broken for you?
54+
multiple: true
55+
options:
56+
- "15"
57+
- "14"
58+
- "13"
59+
- "12"
60+
- "11 or below"
61+
validations:
62+
required: true
63+
- type: textarea
64+
id: ios-specific-version
65+
attributes:
66+
label: Specific iOS version
67+
description: What are the specific versions.
68+
placeholder: |
69+
* iOS 15.4
70+
* iOS 13.7
71+
* iOS 8.0
72+
render: Markdown
73+
74+
- type: textarea
75+
id: logs
76+
attributes:
77+
label: Relevant log output
78+
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
79+
render: Shell
80+
- type: checkboxes
81+
id: terms
82+
attributes:
83+
label: Code of Conduct
84+
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/OneSignal/OneSignal-iOS-SDK/blob/main/CONTRIBUTING.md)
85+
options:
86+
- label: I agree to follow this project's Code of Conduct
87+
required: true
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
name: 📣 General feedback
2+
description: Tell us what's on your mind
3+
title: "[Bug]: "
4+
labels: ["triage"]
5+
# assignees:
6+
# - OneSignal/ios-sdk
7+
body:
8+
- type: markdown
9+
attributes:
10+
value: |
11+
Thanks for sharing your valuable feedback!
12+
- type: textarea
13+
id: feedback
14+
attributes:
15+
label: What's on your mind?
16+
description: Feedback regarding this SDK.
17+
placeholder: Share your feedback...
18+
validations:
19+
required: true
20+
- type: checkboxes
21+
id: terms
22+
attributes:
23+
label: Code of Conduct
24+
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/OneSignal/OneSignal-iOS-SDK/blob/main/CONTRIBUTING.md)
25+
options:
26+
- label: I agree to follow this project's Code of Conduct
27+
required: true

0 commit comments

Comments
 (0)