53 lines
1.3 KiB
YAML
53 lines
1.3 KiB
YAML
name: 🐛 Bug Report
|
|
description: Report a bug or issue
|
|
title: "[Bug] "
|
|
labels: ["bug"]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thanks for taking the time to fill out this bug report!
|
|
- type: input
|
|
id: version
|
|
attributes:
|
|
label: Version
|
|
description: What version are you using?
|
|
placeholder: v2.0.0
|
|
validations:
|
|
required: true
|
|
- type: dropdown
|
|
id: os
|
|
attributes:
|
|
label: Operating System
|
|
description: What OS are you using?
|
|
options:
|
|
- Windows
|
|
- Linux
|
|
- macOS (Intel)
|
|
- macOS (Apple Silicon)
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: description
|
|
attributes:
|
|
label: Describe the bug
|
|
description: A clear and concise description of what the bug is
|
|
placeholder: The proxy crashes when...
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: logs
|
|
attributes:
|
|
label: Logs
|
|
description: Paste relevant log output (from %APPDATA%/TgWsProxy/proxy.log)
|
|
render: shell
|
|
- type: textarea
|
|
id: steps
|
|
attributes:
|
|
label: Steps to Reproduce
|
|
description: How can we reproduce this issue?
|
|
placeholder: |
|
|
1. Run the proxy
|
|
2. Connect Telegram
|
|
3. See error
|