Deep-Live-Cam/.github/ISSUE_TEMPLATE/bug_report.yml

71 lines
1.9 KiB
YAML

# @format
name: Bug Report
description: File a bug report to help us improve
title: "[Bug]: "
labels: ["bug", "triage"]
assignees: []
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
- 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: textarea
id: steps-to-reproduce
attributes:
label: Steps to Reproduce
description: Please provide detailed steps to reproduce the behavior.
placeholder: |
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
validations:
required: true
- type: dropdown
id: os
attributes:
label: Operating System
description: What operating system are you using?
options:
- Windows
- macOS
- Linux
validations:
required: true
- type: dropdown
id: gpu-backend
attributes:
label: GPU Backend
description: Which GPU backend were you using (if applicable)?
options:
- CUDA (NVIDIA)
- DirectML (AMD/Intel/NVIDIA)
- CPU Only
- Not Applicable
validations:
required: false
- type: textarea
id: logs
attributes:
label: Relevant log 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: Code of Conduct
description: By submitting this issue, you agree to follow our [Collaboration Guidelines](CONTRIBUTING.md)
options:
- label: I agree to follow this project's Collaboration Guidelines
required: true