mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-01-23 18:54:58 +00:00
64 lines
No EOL
1.9 KiB
YAML
64 lines
No EOL
1.9 KiB
YAML
name: Bug Report
|
|
description: I have an issue with Dispatcharr
|
|
title: "[Bug]: "
|
|
labels: ["Triage"]
|
|
type: "Bug"
|
|
projects: []
|
|
assignees: []
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Please make sure you search for similar issues before submitting. Thank you for your bug report!
|
|
- type: textarea
|
|
id: describe-the-bug
|
|
attributes:
|
|
label: Describe the bug
|
|
description: Make sure to attach screenshots if possible!
|
|
placeholder: Tell us what you see!
|
|
value: "A clear and concise description of what the bug is. What did you expect to happen?"
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: reproduce
|
|
attributes:
|
|
label: How can we recreate this bug?
|
|
description: Be detailed!
|
|
placeholder: Tell us what you see!
|
|
value: "1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. See error"
|
|
validations:
|
|
required: true
|
|
- type: input
|
|
id: dispatcharr-version
|
|
attributes:
|
|
label: Dispatcharr Version
|
|
description: What version of Dispatcharr are you running?
|
|
placeholder: Located bottom left of main screen
|
|
validations:
|
|
required: true
|
|
- type: input
|
|
id: docker-version
|
|
attributes:
|
|
label: Docker Version
|
|
description: What version of Docker are you running?
|
|
placeholder: docker --version
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: docker-compose
|
|
attributes:
|
|
label: What's in your Docker Compose file?
|
|
description: Please share your docker-compose.yml file
|
|
placeholder: Tell us what you see!
|
|
value: "If not using Docker Compose just put not using."
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: client-info
|
|
attributes:
|
|
label: Client Information
|
|
description: What are you using the view the streams from Dispatcharr
|
|
placeholder: Tell us what you see!
|
|
value: "Device, App, Versions for both, etc..."
|
|
validations:
|
|
required: true |