-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
321 changed files
with
8,032 additions
and
5,391 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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
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 | ||
title: "" | ||
labels: new feature | ||
assignees: '' | ||
|
||
--- | ||
|
||
## 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,66 @@ | ||
--- | ||
name: Installation issue | ||
about: Report issues with the installation process of Manim | ||
title: "" | ||
labels: bug, installation | ||
assignees: '' | ||
|
||
--- | ||
|
||
#### Preliminaries | ||
|
||
- [ ] I have followed the latest version of the | ||
[installation instructions](https://docs.manim.community/en/latest/installation.html). | ||
- [ ] I have checked the [troubleshooting page](https://docs.manim.community/en/latest/installation/troubleshooting.html) and my problem is either not mentioned there, | ||
or the solution given there does not help. | ||
|
||
## 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,17 @@ | ||
--- | ||
name: Suggestion | ||
about: Make a suggestion for the enhancement of existing features | ||
title: "" | ||
labels: enhancement | ||
assignees: '' | ||
|
||
--- | ||
|
||
## Enhancement proposal | ||
<!-- Add a clear and concise description of your enhancement proposal. In particular, | ||
if your enhancement introduces changes to the API, illustrate them with | ||
(fictional) code examples. --> | ||
|
||
|
||
## 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
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
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,26 @@ | ||
name: Dependent Issues | ||
|
||
on: | ||
issues: | ||
schedule: | ||
- cron: '0/30 * * * *' # schedule daily check | ||
|
||
jobs: | ||
check: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: z0al/dependent-issues@v1 | ||
env: | ||
# (Required) The token to use to make API calls to GitHub. | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
with: | ||
# (Optional) The label to use to mark dependent issues | ||
label: dependent | ||
|
||
# (Optional) Enable checking for dependencies in issues. Enable by | ||
# setting the value to "on". Default "off" | ||
check_issues: on | ||
|
||
# (Optional) A comma-separated list of keywords. Default | ||
# "depends on, blocked by" | ||
keywords: depends on, blocked by |
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
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
Oops, something went wrong.