Date: 30-8-2022 Co-Authored-By: Aditya <me@xditya.me> Co-Authored-By: Amit Sharma <48654350+buddhhu@users.noreply.github.com> Co-Authored-By: CyrusXD <79554993+Ashutosh1478@users.noreply.github.com> Co-Authored-By: Danish <danish@ultroid.tech> Co-Authored-By: TechiError <error@notavailable.live> Co-Authored-By: Arnab Paryali <arnabxd@pm.me>
69 lines
1.8 KiB
YAML
69 lines
1.8 KiB
YAML
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 Ultroid are you running?
|
|
options:
|
|
- "0.5"
|
|
- "0.6"
|
|
- "0.7"
|
|
- "> 0.7"
|
|
|
|
validations:
|
|
required: true
|
|
- type: dropdown
|
|
id: hosted
|
|
attributes:
|
|
label: Hosted On
|
|
description: You are hosting Ultroid on Which Platform?
|
|
options:
|
|
- Vps
|
|
- Heroku
|
|
- Railway
|
|
- Qovery
|
|
- Termux
|
|
- 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 [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
|