From 5f1173e7d55727eb8a7358c5ea7d51ec7a2a48ce Mon Sep 17 00:00:00 2001 From: osaajani <> Date: Sat, 11 Jan 2025 22:56:41 +0100 Subject: [PATCH] Update issue template --- .github/ISSUE_TEMPLATE/bug-report.md | 15 +++++++++++++-- .github/ISSUE_TEMPLATE/question.md | 4 ++-- 2 files changed, 15 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index 5935156ab..dfc68b31b 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -14,6 +14,8 @@ You can format code by putting ``` (that's 3 backticks) on a line by itself at t from moviepy import * clip = ColorClip((600, 400), color=(255, 100, 0), duration=2) ``` + +Please, include runnable working example of code that can trigger the bug so we can easily reproduce and investigate the bug. --> @@ -23,8 +25,17 @@ clip = ColorClip((600, 400), color=(255, 100, 0), duration=2) #### Actual Behavior -#### Steps to Reproduce the Problem - +#### Steps and code to Reproduce the Problem + + + +#### Used medias + #### Specifications diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md index 19eb1e4bd..7501d79ed 100644 --- a/.github/ISSUE_TEMPLATE/question.md +++ b/.github/ISSUE_TEMPLATE/question.md @@ -1,6 +1,6 @@ --- name: Question -about: Ask a question about how to use MoviePy +about: Ask a question about an unexpected behavior of MoviePy title: '' labels: question assignees: '' @@ -8,7 +8,7 @@ assignees: '' ---