Skip to content

Commit 7c25866

Browse files
Merge PR mebjas#787 from upstream
2 parents fdefa7f + c51d6ea commit 7c25866

File tree

8 files changed

+147
-111
lines changed

8 files changed

+147
-111
lines changed
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
name: Question
2+
description: Ask a question about html5-qrcode library to the authors
3+
title: "<Question>"
4+
labels: [Stackoverflow-Question]
5+
6+
body:
7+
- type: textarea
8+
attributes:
9+
label: Describe the Question.
10+
description: A clear and concise description of what the question is.
11+
validations:
12+
required: true
13+
- type: textarea
14+
attributes:
15+
label: Link to stackoverflow.
16+
description: Please raise this question in [stackoverflow.com](https://stackoverflow.com/questions/ask) for faster answer and add the link here.
17+
validations:
18+
required: false
19+
- type: textarea
20+
attributes:
21+
label: Context about your web application.
22+
description: Where are you using this and how. It'd be helpful if you provide your usage code example.
23+
validations:
24+
required: false
25+
- type: textarea
26+
attributes:
27+
label: Put your code here.
28+
description: Code example here
29+
validations:
30+
required: false
31+
- type: textarea
32+
attributes:
33+
label: Environment (please complete the following information).
34+
description: Device [e.g. iPhone6], OS [e.g. iOS], Browser [e.g. chrome, safari], Version [e.g. 22]
35+
validations:
36+
required: true
37+
- type: textarea
38+
attributes:
39+
label: Description
40+
description: Add any other context about the problem here.
41+
validations:
42+
required: false

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 38 deletions
This file was deleted.
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
name: Bug Report
2+
description: Create a report to help us improve.
3+
title: "<Bug Report>"
4+
labels: []
5+
body:
6+
- type: textarea
7+
attributes:
8+
label: Describe the bug
9+
description: A clear and concise description of what the bug is.
10+
validations:
11+
required: true
12+
- type: textarea
13+
attributes:
14+
label: To Reproduce.
15+
description: Steps to reproduce the behavior. Go to '...' --> Click on '....' --> Scroll down to '....' --> See error.
16+
validations:
17+
required: false
18+
- type: textarea
19+
attributes:
20+
label: Expected behavior
21+
description: A clear and concise description of what you expected to happen.
22+
validations:
23+
required: false
24+
- type: textarea
25+
attributes:
26+
label: Screenshots.
27+
description: If applicable, add screenshots to help explain your problem.
28+
validations:
29+
required: false
30+
- type: textarea
31+
attributes:
32+
label: Environment (please complete the following information about Desktop).
33+
description: OS [e.g. iOS] --> Browser [e.g. chrome, safari] --> Version [e.g. 22]
34+
validations:
35+
required: false
36+
- type: textarea
37+
attributes:
38+
label: Environment (please complete the following information about Smartphone).
39+
description: Device [e.g. iPhone6] --> OS [e.g. iOS8.1] --> Browser [e.g. stock browser, safari] --> Version [e.g. 22].
40+
validations:
41+
required: false
42+
- type: textarea
43+
attributes:
44+
label: Additional context.
45+
description: Add any other context about the problem here.
46+
validations:
47+
required: false

.github/ISSUE_TEMPLATE/compatibility-issue.md

Lines changed: 0 additions & 23 deletions
This file was deleted.
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
name: Compatibility Issue
2+
description: Report compatibility issue for a certain browser.
3+
title: "<Compatibility - [OS] [Browser] - [What is not working]>"
4+
labels: [compatibility]
5+
body:
6+
- type: textarea
7+
attributes:
8+
label: Describe the bug
9+
description: A clear and concise description of what the bug is( What is not working and what is expected).
10+
validations:
11+
required: true
12+
- type: textarea
13+
attributes:
14+
label: Environment (Describe the browser).
15+
description: OS [e.g. iOS, Android, MacOs or Windows] --> Browser [e.g. chrome, safari, edge, firefox] --> Version [e.g. 22]
16+
validations:
17+
required: true
18+
- type: textarea
19+
attributes:
20+
label: Screenshots.
21+
description: If applicable, add screenshots to help explain your problem.
22+
validations:
23+
required: false
24+
- type: textarea
25+
attributes:
26+
label: Additional context.
27+
description: Add any other context about the problem here.
28+
validations:
29+
required: false

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 20 deletions
This file was deleted.
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
name: Feature request
2+
description: Suggest an idea for this project.
3+
title: "<[Feature Request] One liner for the request>"
4+
labels: [Enhancement, ferature-request]
5+
body:
6+
- type: textarea
7+
attributes:
8+
label: Is your feature request related to a problem? Please describe.
9+
description: A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
10+
validations:
11+
required: true
12+
- type: textarea
13+
attributes:
14+
label: Describe the solution you'd like.
15+
description: A clear and concise description of what you want to happen.
16+
validations:
17+
required: false
18+
- type: textarea
19+
attributes:
20+
label: Describe alternatives you've considered
21+
description: A clear and concise description of any alternative solutions or features you've considered.
22+
validations:
23+
required: false
24+
- type: textarea
25+
attributes:
26+
label: Additional context.
27+
description: Add any other context or screenshots about the feature request here.
28+
validations:
29+
required: false

.github/ISSUE_TEMPLATE/question.md

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)