-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
166 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
--- | ||
name: " Installation issue" | ||
about: " Report issues with the installation process of manim-voiceover" | ||
title: '' | ||
labels: installation | ||
assignees: osolmaz | ||
|
||
--- | ||
|
||
#### Preliminaries | ||
|
||
- [ ] I have followed the latest version of the | ||
[installation instructions](https://github.com/ManimCommunity/manim-voiceover/blob/main/README.md). | ||
|
||
## Description of error | ||
<!-- Add a clear and concise description of the problem you encountered. --> | ||
|
||
|
||
## Installation logs | ||
<!-- Please paste the **full** terminal output; we can only help to identify the issue | ||
when we receive all required information. --> | ||
|
||
<details><summary>Terminal output</summary> | ||
|
||
``` | ||
PASTE HERE OR PROVIDE LINK TO https://pastebin.com/ OR SIMILAR | ||
``` | ||
|
||
<!-- Insert screenshots here (only when absolutely necessary, we prefer copy/pasted output!) --> | ||
|
||
</details> | ||
|
||
|
||
## System specifications | ||
|
||
<details><summary>System Details</summary> | ||
|
||
- OS (with version, e.g., Windows 10 v2004 or macOS 10.15 (Catalina)): | ||
- RAM: | ||
- Python version (`python/py/python3 --version`): | ||
- Installed modules (provide output from `pip list`): | ||
``` | ||
PASTE HERE | ||
``` | ||
</details> | ||
|
||
<details><summary>LaTeX details</summary> | ||
|
||
+ LaTeX distribution (e.g. TeX Live 2020): | ||
+ Installed LaTeX packages: | ||
<!-- output of `tlmgr list --only-installed` for TeX Live or a screenshot of the Packages page for MikTeX --> | ||
</details> | ||
|
||
<details><summary>FFMPEG</summary> | ||
|
||
Output of `ffmpeg -version`: | ||
|
||
``` | ||
PASTE HERE | ||
``` | ||
</details> | ||
|
||
## Additional comments | ||
<!-- Add further context that you think might be relevant for this issue here. --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
name: Feature request | ||
about: " Request a new feature for manim-voiceover" | ||
title: '' | ||
labels: enhancement | ||
assignees: osolmaz | ||
|
||
--- | ||
|
||
## Description of proposed feature | ||
<!-- Add a clear and concise description of the new feature, including a motivation: why do you think this will be useful? --> | ||
|
||
|
||
## How can the new feature be used? | ||
<!-- If possible, illustrate how this new feature could be used. --> | ||
|
||
|
||
## Additional comments | ||
<!-- Add further context that you think might be relevant. --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,83 @@ | ||
--- | ||
name: manim-voiceover bug | ||
about: " Report a bug or unexpected behavior when running manim-voiceover" | ||
title: '' | ||
labels: bug | ||
assignees: osolmaz | ||
|
||
--- | ||
|
||
## Description of bug / unexpected behavior | ||
<!-- Add a clear and concise description of the problem you encountered. --> | ||
|
||
|
||
## Expected behavior | ||
<!-- Add a clear and concise description of what you expected to happen. --> | ||
|
||
|
||
## How to reproduce the issue | ||
<!-- Provide a piece of code illustrating the undesired behavior. --> | ||
|
||
<details><summary>Code for reproducing the problem</summary> | ||
|
||
```py | ||
Paste your code here. | ||
``` | ||
|
||
</details> | ||
|
||
|
||
## Additional media files | ||
<!-- Paste in the files manim produced on rendering the code above. --> | ||
|
||
<details><summary>Images/GIFs</summary> | ||
|
||
<!-- PASTE MEDIA HERE --> | ||
|
||
</details> | ||
|
||
|
||
## Logs | ||
<details><summary>Terminal output</summary> | ||
<!-- Add "-v DEBUG" when calling manim to generate more detailed logs --> | ||
|
||
``` | ||
PASTE HERE OR PROVIDE LINK TO https://pastebin.com/ OR SIMILAR | ||
``` | ||
|
||
<!-- Insert screenshots here (only when absolutely necessary, we prefer copy/pasted output!) --> | ||
|
||
</details> | ||
|
||
|
||
## System specifications | ||
|
||
<details><summary>System Details</summary> | ||
|
||
- OS (with version, e.g., Windows 10 v2004 or macOS 10.15 (Catalina)): | ||
- RAM: | ||
- Python version (`python/py/python3 --version`): | ||
- Installed modules (provide output from `pip list`): | ||
``` | ||
PASTE HERE | ||
``` | ||
</details> | ||
|
||
<details><summary>LaTeX details</summary> | ||
|
||
+ LaTeX distribution (e.g. TeX Live 2020): | ||
+ Installed LaTeX packages: | ||
<!-- output of `tlmgr list --only-installed` for TeX Live or a screenshot of the Packages page for MikTeX --> | ||
</details> | ||
|
||
<details><summary>FFMPEG</summary> | ||
|
||
Output of `ffmpeg -version`: | ||
|
||
``` | ||
PASTE HERE | ||
``` | ||
</details> | ||
|
||
## Additional comments | ||
<!-- Add further context that you think might be relevant for this issue here. --> |