1
0
mirror of https://github.com/mifi/lossless-cut.git synced 2024-11-22 18:32:34 +01:00
lossless-cut/.github/ISSUE_TEMPLATE/1-file-issue.yml

63 lines
3.0 KiB
YAML
Raw Normal View History

2024-08-24 01:11:51 +02:00
name: 📄 Problem with a particular file/type
description: Report a problem that happens only with a particular file or type (e.g. all files from a particular camera/app).
2022-07-23 18:03:37 +02:00
body:
2022-07-23 18:08:29 +02:00
- type: markdown
attributes:
value: |
2024-08-24 01:11:51 +02:00
If you have a problem **only with a particular file or type**, use this form. If you have a problem with all files or LosslessCut in general, [use this other form instead](https://github.com/mifi/lossless-cut/issues/new?assignees=&labels=&projects=&template=2-bug.yml).
2022-07-23 18:03:37 +02:00
- 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-23 18:03:37 +02:00
options:
2022-07-23 18:13:49 +02:00
- label: Try with a different kind of file to confirm that the problem is related to just this file.
2022-07-23 18:03:37 +02:00
required: true
- label: Try with the [newest version from GitHub](https://github.com/mifi/lossless-cut/releases/latest)
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-23 18:03:37 +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
- type: textarea
id: steps-to-reproduce
attributes:
label: Steps to reproduce
2024-02-12 16:18:23 +01: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 attach screenshots or screencasts if needed.
2022-07-23 18:03:37 +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: error-report
attributes:
label: Provide an error report
description: 'Please provide the error report from LosslessCut (Menu: Help -> Report an error) and paste it here'
validations:
required: true
- type: input
id: share-file
attributes:
label: Share the file
description: If you have an issue cutting a particular file, please share the file here, if possible. (or mail a link to finstaden@gmail.com if private). If possible, provide a file as small as possible that reproduces the problem.
validations:
required: false
- type: textarea
id: share-log
attributes:
2024-02-12 16:18:23 +01:00
label: Share log from developer tools
description: 'Please open developer tools after starting LosslessCut and before performing the relevant operation. Then share any relevant output from the javascript Console. (Menu: Tools > Toggle Developer Tools)'
2022-07-23 18:03:37 +02:00
validations:
required: false