mirror of
https://github.com/tgdrive/teldrive.git
synced 2025-02-24 06:55:02 +08:00
53 lines
1.2 KiB
YAML
53 lines
1.2 KiB
YAML
name: Bug Report
|
|
description: Create a report to help us improve
|
|
title: "[Bug]: "
|
|
labels: ["bug"]
|
|
body:
|
|
- type: textarea
|
|
id: description
|
|
attributes:
|
|
label: Describe the bug
|
|
description: A clear and concise description of what the bug is
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: reproduction
|
|
attributes:
|
|
label: Repoduction
|
|
description: Steps to reproduce the bug
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: expectation
|
|
attributes:
|
|
label: Expected behavior
|
|
description: What you expected to happen.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: version
|
|
attributes:
|
|
label: Version
|
|
placeholder: |
|
|
Ex: 1.5.1
|
|
validations:
|
|
required: true
|
|
- type: dropdown
|
|
id: os
|
|
attributes:
|
|
label: Which Platform are you using?
|
|
multiple: false
|
|
options:
|
|
- Windows
|
|
- macOS
|
|
- Linux
|
|
- Other
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: additional
|
|
attributes:
|
|
label: Additional context
|
|
description: Add any other context about the problem here
|
|
placeholder: |
|
|
Logs, screenshots, etc.
|