diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml deleted file mode 100644 index e063fc598f..0000000000 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ /dev/null @@ -1,37 +0,0 @@ -name: Bug Report -description: Create a report to help improve the program. -labels: bug -body: - - type: textarea - attributes: - label: Bug description - description: What happened? - validations: - required: true - - - type: textarea - attributes: - label: What's your platform? - description: "Which operating system do you use? Run `auto-editor --debug`" - placeholder: "Paste output of `auto-editor --debug`" - render: shell - validations: - required: true - - - type: textarea - attributes: - label: What command did you use - placeholder: "Paste the command you've tried." - render: shell - validations: - required: true - - - type: textarea - attributes: - label: What properties does your input video have? - description: This is NOT the place where you paste your command. IF YOU DO NOT FILL THIS OUT CORRECTLY, YOUR ISSUE WILL BE DELETED. - placeholder: Run `auto-editor info your_video.mp4` AND `ffmpeg -hide_banner -i your_video.mp4` - - - type: textarea - attributes: - label: Comments diff --git a/.github/ISSUE_TEMPLATE/crash_report.md b/.github/ISSUE_TEMPLATE/crash_report.md deleted file mode 100644 index c9b9224700..0000000000 --- a/.github/ISSUE_TEMPLATE/crash_report.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -name: Crash Report -about: Create a report to help improve the program. -title: '' -labels: crash - ---- - -(Make sure you're using the latest version) - -**What went wrong** - -``` -Paste your command and it's output here. -``` diff --git a/.github/ISSUE_TEMPLATE/desync.md b/.github/ISSUE_TEMPLATE/desync.md deleted file mode 100644 index 4bc24b6589..0000000000 --- a/.github/ISSUE_TEMPLATE/desync.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -name: Desync Report -about: Create a report to help improve the program. -title: '' -labels: desync - ---- - -You're Exporting to: - - [x] Media File (Video or Audio) - - [ ] Premiere Pro - - [ ] Final Cut Pro - -What is the frame rate and length of your video? (use `auto-editor info $FILE --has-vfr`) - -What is desyncing and how bad is it? (exp. every 30 minutes, the audio is one second behind of video) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index f96a66b0eb..0000000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -name: Feature Request -about: 'Suggest a feature or improvement' -title: '' -labels: enhancement - ---- - - - - - - - -