Skip to content

Commit 92b8a81

Browse files
authored
Add other issues template
1 parent f53866a commit 92b8a81

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

.github/ISSUE_TEMPLATE/other.yml

+36
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
name: Other
2+
description: File a Twilio Conversations iOS SDK question, comment or feedback
3+
title: "Other: [PROVIDE A SHORT SUMMARY]"
4+
labels: ["category:question", "disposition:triage"]
5+
assignees:
6+
- berkus
7+
body:
8+
- type: input
9+
id: version
10+
attributes:
11+
label: SDK version
12+
description: Version of Conversations SDK where this bug reproduces, could be multiple versions, comma-separated
13+
placeholder: "[ENTER SDK VERSION HERE]"
14+
validations:
15+
required: false
16+
- type: input
17+
id: model
18+
attributes:
19+
label: Device model
20+
description: Model of iOS or Mac device where this issue reproduces
21+
placeholder: "[ENTER iPhone/iPad/Mac MODEL HERE]"
22+
validations:
23+
required: false
24+
- type: input
25+
id: os
26+
attributes:
27+
label: OS version
28+
description: Version of operating system where this issue reproduces
29+
placeholder: "[ENTER YOUR DEVICE IOS VERSION HERE/OSX VERSION FOR Mac]"
30+
validations:
31+
required: false
32+
- type: textarea
33+
id: problem
34+
attributes:
35+
label: Description/question
36+
placeholder: Write your feedback here.

0 commit comments

Comments
 (0)