Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated format for reporting Issues. #787

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 42 additions & 0 deletions .github/ISSUE_TEMPLATE/Question.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
name: Question
description: Ask a question about html5-qrcode library to the authors
title: "<Question>"
labels: [Stackoverflow-Question]

body:
- type: textarea
attributes:
label: Describe the Question.
description: A clear and concise description of what the question is.
validations:
required: true
- type: textarea
attributes:
label: Link to stackoverflow.
description: Please raise this question in [stackoverflow.com](https://stackoverflow.com/questions/ask) for faster answer and add the link here.
validations:
required: false
- type: textarea
attributes:
label: Context about your web application.
description: Where are you using this and how. It'd be helpful if you provide your usage code example.
validations:
required: false
- type: textarea
attributes:
label: Put your code here.
description: Code example here
validations:
required: false
- type: textarea
attributes:
label: Environment (please complete the following information).
description: Device [e.g. iPhone6], OS [e.g. iOS], Browser [e.g. chrome, safari], Version [e.g. 22]
validations:
required: true
- type: textarea
attributes:
label: Description
description: Add any other context about the problem here.
validations:
required: false
38 changes: 0 additions & 38 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

47 changes: 47 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
name: Bug Report
description: Create a report to help us improve.
title: "<Bug Report>"
labels: []
body:
- type: textarea
attributes:
label: Describe the bug
description: A clear and concise description of what the bug is.
validations:
required: true
- type: textarea
attributes:
label: To Reproduce.
description: Steps to reproduce the behavior. Go to '...' --> Click on '....' --> Scroll down to '....' --> See error.
validations:
required: false
- type: textarea
attributes:
label: Expected behavior
description: A clear and concise description of what you expected to happen.
validations:
required: false
- type: textarea
attributes:
label: Screenshots.
description: If applicable, add screenshots to help explain your problem.
validations:
required: false
- type: textarea
attributes:
label: Environment (please complete the following information about Desktop).
description: OS [e.g. iOS] --> Browser [e.g. chrome, safari] --> Version [e.g. 22]
validations:
required: false
- type: textarea
attributes:
label: Environment (please complete the following information about Smartphone).
description: Device [e.g. iPhone6] --> OS [e.g. iOS8.1] --> Browser [e.g. stock browser, safari] --> Version [e.g. 22].
validations:
required: false
- type: textarea
attributes:
label: Additional context.
description: Add any other context about the problem here.
validations:
required: false
23 changes: 0 additions & 23 deletions .github/ISSUE_TEMPLATE/compatibility-issue.md

This file was deleted.

29 changes: 29 additions & 0 deletions .github/ISSUE_TEMPLATE/compatibility_issue.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: Compatibility Issue
description: Report compatibility issue for a certain browser.
title: "<Compatibility - [OS] [Browser] - [What is not working]>"
labels: [compatibility]
body:
- type: textarea
attributes:
label: Describe the bug
description: A clear and concise description of what the bug is( What is not working and what is expected).
validations:
required: true
- type: textarea
attributes:
label: Environment (Describe the browser).
description: OS [e.g. iOS, Android, MacOs or Windows] --> Browser [e.g. chrome, safari, edge, firefox] --> Version [e.g. 22]
validations:
required: true
- type: textarea
attributes:
label: Screenshots.
description: If applicable, add screenshots to help explain your problem.
validations:
required: false
- type: textarea
attributes:
label: Additional context.
description: Add any other context about the problem here.
validations:
required: false
20 changes: 0 additions & 20 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

29 changes: 29 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: Feature request
description: Suggest an idea for this project.
title: "<[Feature Request] One liner for the request>"
labels: [Enhancement, ferature-request]
body:
- type: textarea
attributes:
label: Is your feature request related to a problem? Please describe.
description: A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
validations:
required: true
- type: textarea
attributes:
label: Describe the solution you'd like.
description: A clear and concise description of what you want to happen.
validations:
required: false
- type: textarea
attributes:
label: Describe alternatives you've considered
description: A clear and concise description of any alternative solutions or features you've considered.
validations:
required: false
- type: textarea
attributes:
label: Additional context.
description: Add any other context or screenshots about the feature request here.
validations:
required: false
30 changes: 0 additions & 30 deletions .github/ISSUE_TEMPLATE/question.md

This file was deleted.