From 9c6d7db4d91446d24b03d92518f8133a2a7995df Mon Sep 17 00:00:00 2001 From: Mikael Finstad Date: Mon, 27 Feb 2017 11:04:05 +0100 Subject: [PATCH] add issue template --- .github/ISSUE_TEMPLATE.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 00000000..22561ebc --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,7 @@ +If you have an issue with cutting a particular file, 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. + +If you have an issue cutting a particular file, please also share the file, if possible. Also please try to cut it with the ffmpeg command line directly. + +How to open developer tools: +- Windows: F12 or Ctrl+Shift+I +- Mac: Cmd+Opt+I