Skip to content

Commit 9ec5100

Browse files
Add form for general feedback
1 parent 705506f commit 9ec5100

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed
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](#insert-project-code-of-conduct-here)
25+
options:
26+
- label: I agree to follow this project's Code of Conduct
27+
required: true

0 commit comments

Comments
 (0)