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: '' ---