add ISSUE_TEMPLATE

This commit is contained in:
zxce3 2022-02-01 21:50:59 +07:00
parent 855ff92d84
commit 986a4ae416
No known key found for this signature in database
GPG Key ID: 926B8A7EE00DF3A1
2 changed files with 69 additions and 0 deletions

64
.github/ISSUE_TEMPLATE/bug-reports.yml vendored Normal file
View File

@ -0,0 +1,64 @@
name: Bug Report
description: File a bug report
title: "[BUG REPORT]"
labels: [bug]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
- type: input
id: contact
attributes:
label: Contact Details
description: Your telegram username or email ID.
placeholder: ex. @username or email@example.com
validations:
required: false
- type: textarea
id: what-happened
attributes:
label: What happened?
description: Also tell us, what did you expect to happen?
placeholder: Tell us what you see!
value: "A bug happened!"
validations:
required: true
- type: dropdown
id: version
attributes:
label: Version
description: What version of Video Stream are you running?
options:
- 0.6.2
- 0.6.0
- 3.5
- 3.0
validations:
required: true
- type: dropdown
id: hosted
attributes:
label: Hosted On
description: You Hosted Video Stream In Which Platform?
options:
- Vps
- Heroku
- Other
- Didn't Deployed Yet
validations:
required: true
- type: textarea
id: logs
attributes:
label: Relevant logs output
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
render: shell
- type: checkboxes
id: terms
attributes:
label: Acknowledgement
description: By submitting this issue, you agree that you have read the documentation in the README.md section.
options:
- label: I have followed all of the above steps.
required: true

5
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View File

@ -0,0 +1,5 @@
blank_issues_enabled: true
contact_links:
- name: Group Support
url: https://t.me/VeezSupportGroup
about: Please drop your doubts or queries there for an immediate response.