Skip to content

Commit ce656a3

Browse files
authored
Merge pull request #22 from OneSignal/update
Generator Update
2 parents 7646b7b + 2b4c93f commit ce656a3

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed

.github/ISSUE_TEMPLATE/ask-question.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: 🙋‍♂️ Ask a question
22
description: Tell us what's on your mind
3-
title: "[question]: "
3+
title: "[Question]: "
44
labels: ["triage"]
55
assignees:
66
- OneSignal/eng-developer-sdk

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,29 @@ body:
1717
placeholder: The latest version of the SDK causes a runtime error.
1818
validations:
1919
required: true
20+
- type: dropdown
21+
id: browsers
22+
attributes:
23+
label: What browsers are you seeing the problem on?
24+
multiple: true
25+
options:
26+
- Firefox
27+
- Chrome (Chromium)
28+
- Safari
29+
- Microsoft Edge
30+
- Opera
31+
- Brave
32+
- Other
33+
validations:
34+
required: true
35+
- type: input
36+
id: operating-system
37+
attributes:
38+
label: What operating system are you running?
39+
description: Make sure to include the version.
40+
placeholder: macOS Monterey 12.3.1
41+
validations:
42+
required: true
2043
- type: textarea
2144
id: reproduction-steps
2245
attributes:
@@ -44,3 +67,4 @@ body:
4467
label: Relevant log output
4568
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
4669
render: Shell
70+

.github/ISSUE_TEMPLATE/general-feedback.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: 📣 General feedback
22
description: Tell us what's on your mind
3-
title: "[Bug]: "
3+
title: "[Feedback]: "
44
labels: ["triage"]
55
assignees:
66
- OneSignal/eng-developer-sdk

0 commit comments

Comments
 (0)