33
.github/ISSUE_TEMPLATE/bug-reports.md
vendored
Normal file
33
.github/ISSUE_TEMPLATE/bug-reports.md
vendored
Normal 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
55
.github/ISSUE_TEMPLATE/bug-reports.yml
vendored
Normal 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
8
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal 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.
|
||||
Reference in New Issue
Block a user