Issue Templates

Co-authored-by: Aditya <me@xditya.me>
This commit is contained in:
Aditya
2021-06-29 13:32:27 +05:30
committed by GitHub
parent 7d73852f0b
commit 9fd07ca718
3 changed files with 96 additions and 0 deletions

33
.github/ISSUE_TEMPLATE/bug-reports.md vendored Normal file
View File

@@ -0,0 +1,33 @@
---
name: Bug reports
about: Submit bug reports and help us improve.
title: "[BUG REPORT]"
labels: ''
assignees: ''
---
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
Run command "...." to "..."
**Expected behavior**
A clear and concise description of what you expected to happen, or what the plugin was intended to be doing.
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Versions (please complete the following information):**
- Ultroid Version: [e.g. 0.0.8]
- pyUltroid Version:
(these can be found in the first line of your logs.)
**Client Used (please complete the following information):**
- Device: [eg: Phone, PC]
- Client: [eg: Telegram Official (from PlayStore), TelegramX, ...]
**Additional context**
Add any other context about the problem here.

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

@@ -0,0 +1,55 @@
name: Bug Report
description: File a bug report
title: "[BUG REPORT]: "
labels: [bug]
assignees:
- xditya
- New-dev0
- buddhhu
- 1Danish-00
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 Ultroid are you running?
options:
- 0.0.8 (or later)
- 0.0.7 (or lesser)
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 [docs](https://ultroid.tech) and gone through the [deploy tutorial](https://www.youtube.com/watch?v=9wF7k9qA0Q4) at first.
options:
- label: I have followed all of the above steps.
required: true

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

@@ -0,0 +1,8 @@
blank_issues_enabled: false
contact_links:
- name: Ultroid Support
url: https://t.me/UltroidSupport
about: Please drop your doubts or queries there for an immediate response.
- name: Documentation
url: https://ultroid.tech/
about: Basic documentation for setting up.