Skip to content

Commit

Permalink
Update issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
osaajani committed Jan 11, 2025
1 parent e9559d8 commit 5f1173e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
15 changes: 13 additions & 2 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
-->


Expand All @@ -23,8 +25,17 @@ clip = ColorClip((600, 400), color=(255, 100, 0), duration=2)
#### Actual Behavior


#### Steps to Reproduce the Problem
<!-- Please include code that demonstrates this problem so that we can reproduce it. For advice on how to do this, see https://stackoverflow.com/help/mcve -->
#### Steps and code to Reproduce the Problem
<!-- Please include code that demonstrates this problem so that we can reproduce it. For advice on how to do this, see https://stackoverflow.com/help/mcve
It's higlhy helpfull if you can provide an exact and complete code reproducing the bug, *along with all necessary medias (videos, images, sounds, etc.).*
Ideally you should provide a functional code snippet that maintainers can run to investigate the bug.
-->


#### Used medias
<!-- If you use any external media in the code triggering the bug, please include them in this issue so we can easily reproduce -->


#### Specifications
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
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: ''

---

<!--
Hello! If you think that it is a simple problem, then consider asking instead on our Gitter channel: https://gitter.im/movie-py/. This makes it easier to have a back-and-forth discussion in real-time.
If possible, please prioritize using discussions (https://github.com/Zulko/moviepy/discussions) or online forums for asking questions on how to use MoviePy, issues should be used mainly for questions about a specific behavior that seem incoherent and could possibly be a bug.
--------------------
Expand Down

0 comments on commit 5f1173e

Please sign in to comment.