1
0
mirror of https://github.com/mifi/lossless-cut.git synced 2024-11-22 02:12:30 +01:00

Create file-issue.yml

This commit is contained in:
Mikael Finstad 2022-07-23 23:03:37 +07:00 committed by GitHub
parent 1d187b8902
commit 95514425b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

58
.github/ISSUE_TEMPLATE/file-issue.yml vendored Normal file
View File

@ -0,0 +1,58 @@
name: 🐛 Bug report
description: If you have a problem **only with a particular file** in LosslessCut, use this form. If you have a problem with all files or LosslessCut in general, [use this form instead](https://github.com/mifi/lossless-cut/issues/new?assignees=&labels=&template=bug.yml).
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 a different kind of file and see if the problem is related to just this file.
required: true
- 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
- 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: 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:
label: Share log
description: 'Please open developer tools after starting LosslessCut and before doing the failing operation. Then share any relevant output from the javascript Console. (Menu: Tools > Toggle Developer Tools)'
validations:
required: false