1
0
mirror of https://github.com/mifi/lossless-cut.git synced 2024-11-22 10:22:31 +01:00
lossless-cut/.github/ISSUE_TEMPLATE/2-bug.yml

67 lines
2.8 KiB
YAML
Raw Normal View History

2022-07-22 13:39:56 +02:00
name: 🐛 Bug report
2023-04-09 06:32:55 +02:00
description: Describe a bug in LosslessCut (not related to a specific file or file type).
2022-07-22 13:39:56 +02:00
body:
- type: checkboxes
id: initial-checklist
attributes:
2024-02-14 17:55:33 +01:00
label: The fewer issues I have to read, the more new features I will have time to implement, so I ask that you please try these things first
2022-07-22 13:39:56 +02:00
options:
2024-02-12 16:18:23 +01:00
- label: Try with the [newest version from GitHub](https://github.com/mifi/lossless-cut/releases/latest) (also it might have already been fixed in latest [nightly build](https://github.com/mifi/lossless-cut#nightly-builds-))
2022-07-22 13:39:56 +02:00
required: true
2022-10-28 14:23:06 +02:00
- label: Read the [documentation](https://github.com/mifi/lossless-cut) and [FAQ, Known issues, Troubleshooting](https://github.com/mifi/lossless-cut/blob/master/issues.md)
2022-07-22 13:39:56 +02:00
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
2024-08-24 01:09:46 +02:00
- label: This problem happens with all kinds of files that I try. For problem only with a particular file or type, [use this other form instead](https://github.com/mifi/lossless-cut/issues/new?assignees=&labels=&projects=&template=1-file-issue.yml)
2023-04-05 15:48:30 +02:00
required: true
2022-07-22 13:39:56 +02:00
- type: dropdown
id: operating-system
attributes:
label: Operating System
description: Which operating system are you running?
options:
2024-10-22 13:32:57 +02:00
- MacOS 15
- MacOS 14
2023-02-03 08:23:33 +01:00
- MacOS 13
2022-07-22 13:39:56 +02:00
- MacOS 12
- MacOS 11
- MacOS 10
- Windows 11
- Windows 10
- Windows 8.1
- Windows 8
- Windows 7
- Windows Vista
- Linux
2023-02-03 08:23:33 +01:00
- Other (please specify)
2022-07-22 13:39:56 +02:00
validations:
required: true
- type: textarea
id: steps-to-reproduce
attributes:
label: Steps to reproduce
2024-08-24 01:07:56 +02:00
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 drag-drop to attach screenshots or screencasts if needed.
2022-07-22 13:39:56 +02:00
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:
2024-02-12 16:18:23 +01:00
label: Share log from developer tools
2022-07-22 13:39:56 +02:00
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