Skip to content

Commit 53db0f1

Browse files
committed
adding 3 issue forms instead of an issue template
1 parent eaf5982 commit 53db0f1

File tree

4 files changed

+126
-41
lines changed

4 files changed

+126
-41
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-Flutter-SDK/blob/main/CONTRIBUTING.md)
25+
options:
26+
- label: I agree to follow this project's Code of Conduct
27+
required: true

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
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: flutter-sdk-version
43+
attributes:
44+
label: OneSignal Flutter SDK version
45+
description: What version of the OneSignal Flutter SDK are you using?
46+
placeholder: Release 3.4.1
47+
validations:
48+
required: true
49+
- type: checkboxes
50+
id: platforms
51+
attributes:
52+
label: Which platform(s) are affected?
53+
description: Indicate which mobile platforms this issue is affecting
54+
options:
55+
- label: iOS
56+
required: false
57+
- label: Android
58+
required: false
59+
- type: textarea
60+
id: logs
61+
attributes:
62+
label: Relevant log output
63+
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
64+
render: Shell
65+
- type: checkboxes
66+
id: terms
67+
attributes:
68+
label: Code of Conduct
69+
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/OneSignal/OneSignal-Flutter-SDK/blob/main/CONTRIBUTING.md)
70+
options:
71+
- label: I agree to follow this project's Code of Conduct
72+
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: "[Feedback]: "
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-Flutter-SDK/blob/main/CONTRIBUTING.md)
25+
options:
26+
- label: I agree to follow this project's Code of Conduct
27+
required: true

issue_template.md

Lines changed: 0 additions & 41 deletions
This file was deleted.

0 commit comments

Comments
 (0)