Skip to content

Commit ab1cd0a

Browse files
authored
Create question.md
1 parent c897305 commit ab1cd0a

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

.github/ISSUE_TEMPLATE/question.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
name: Question
3+
about: Ask a question about html5-qrcode library to the authors
4+
title: '[Question]'
5+
labels: 'stackoverflow-question'
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the Question**
11+
A clear and concise description of what the question is.
12+
13+
**Link to stackoverflow**
14+
Please raise this question in [stackoverflow.com](https://stackoverflow.com/questions/ask) for faster answer and add the link here.
15+
16+
**Context about your web application**
17+
Where are you using this and how. It'd be helpful if you provide your usage code example
18+
19+
```js
20+
// Code example here.
21+
```
22+
23+
**Optional, Environment (please complete the following information):**
24+
- Device: [e.g. iPhone6]
25+
- OS: [e.g. iOS]
26+
- Browser [e.g. chrome, safari]
27+
- Version [e.g. 22]
28+
29+
**Additional context**
30+
Add any other context about the problem here.

0 commit comments

Comments
 (0)