mirror of
https://github.com/mifi/lossless-cut.git
synced 2024-11-22 02:12:30 +01:00
64 lines
2.4 KiB
YAML
64 lines
2.4 KiB
YAML
name: 🐛 Bug report
|
|
description: Describe a problem or bug with LosslessCut
|
|
body:
|
|
- type: checkboxes
|
|
id: initial-checklist
|
|
attributes:
|
|
label: I have a lot of issues to go through, so in order to make it easier for me to help you, I ask that you please try these things first
|
|
options:
|
|
- label: Try with the [newest version from GitHub](https://github.com/mifi/lossless-cut/releases/latest)
|
|
required: true
|
|
- label: Read all the documentation at https://github.com/mifi/lossless-cut and **Known issues / Troubleshooting**
|
|
required: true
|
|
- label: Search for your problem under [Issues](https://github.com/mifi/lossless-cut/issues) or [Discussions](https://github.com/mifi/lossless-cut/discussions)
|
|
required: true
|
|
- label: If you have an issue only with one particular file, [use this form instead](https://github.com/mifi/lossless-cut/blob/master/.github/ISSUE_TEMPLATE/file-issue.yml)
|
|
required: true
|
|
- type: dropdown
|
|
id: operating-system
|
|
attributes:
|
|
label: Operating System
|
|
description: Which operating system are you running?
|
|
options:
|
|
- MacOS 12
|
|
- MacOS 11
|
|
- MacOS 10
|
|
- Windows 11
|
|
- Windows 10
|
|
- Windows 8.1
|
|
- Windows 8
|
|
- Windows 7
|
|
- Windows Vista
|
|
- Linux
|
|
- Other
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: steps-to-reproduce
|
|
attributes:
|
|
label: Steps to reproduce
|
|
description: How would I reproduce the problem? Please describe step-by-step what you're doing from starting up LosslessCut until the problem occurs. You can attach screenshots if needed.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: expected-behavior
|
|
attributes:
|
|
label: Expected behavior
|
|
description: What should happen?
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: actual-behavior
|
|
attributes:
|
|
label: Actual behavior
|
|
description: What happens instead?
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: share-log
|
|
attributes:
|
|
label: Share log
|
|
description: 'If you have a problem or an unexpected bug or crash, please open developer tools after starting LosslessCut and before doing the failing operation. Then share the output from the javascript Console. (Menu: Tools > Toggle Developer Tools)'
|
|
validations:
|
|
required: false
|