From 616f0afad2c88669f8ae4df2a787cfe511c268fd Mon Sep 17 00:00:00 2001 From: Mikael Finstad Date: Sun, 24 Jan 2021 23:13:50 +0100 Subject: [PATCH] remove old issues template --- .github/ISSUE_TEMPLATE.md | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index 2348ea7e..00000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,14 +0,0 @@ -- [ ] I have tested the newest version from GitHub: https://github.com/mifi/lossless-cut/releases/latest -- [ ] I have checked [readme](https://github.com/mifi/lossless-cut) and **Known issues** / **Troubleshooting** -- [ ] I have searched for similar issues - -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. - -Also provide the error report if you got one (or `Help`->`Report an error`) - -How to open developer tools: -- Any: Tools > Toggle Developer Tools -- Windows: F12 or Ctrl+Shift+I -- Mac: Cmd+Opt+I