Skip to content

Commit bd7c012

Browse files
committed
chore: add question GitHub issue template
1 parent d630ef1 commit bd7c012

File tree

1 file changed

+51
-0
lines changed

1 file changed

+51
-0
lines changed

.github/ISSUE_TEMPLATE/question.md

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
---
2+
name: Question
3+
about: Ask a question. Maybe the issue you are facing is not the SDK bug.
4+
title: 'question:'
5+
labels: 'question'
6+
assignees: ''
7+
---
8+
9+
**Description**
10+
11+
Describe the problem you are facing.
12+
13+
**To Reproduce**
14+
15+
Steps to reproduce the behavior:
16+
17+
1. Go to '...'
18+
2. Click on '....'
19+
3. Scroll down to '....'
20+
4. See error
21+
22+
**Expected behavior**
23+
24+
A clear and concise description of what you expected to happen.
25+
26+
**Screenshots**
27+
28+
If applicable, add screenshots to help explain your problem.
29+
30+
**Package version**
31+
32+
- stream-chat-react:
33+
- stream-chat-css:
34+
- stream-chat-js:
35+
36+
**Desktop (please complete the following information):**
37+
38+
- OS: [e.g. iOS]
39+
- Browser [e.g. chrome, safari]
40+
- Version [e.g. 22]
41+
42+
**Smartphone (please complete the following information):**
43+
44+
- Device: [e.g. iPhone6]
45+
- OS: [e.g. iOS8.1]
46+
- Browser [e.g. stock browser, safari]
47+
- Version [e.g. 22]
48+
49+
**Additional context**
50+
51+
Add any other context about the problem here.

0 commit comments

Comments
 (0)