Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
osolmaz authored Oct 28, 2022
1 parent 2b1c709 commit bfaa4c3
Show file tree
Hide file tree
Showing 3 changed files with 166 additions and 0 deletions.
64 changes: 64 additions & 0 deletions .github/ISSUE_TEMPLATE/-installation-issue.md
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. -->
19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
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. -->
83 changes: 83 additions & 0 deletions .github/ISSUE_TEMPLATE/manim-voiceover-bug.md
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. -->

0 comments on commit bfaa4c3

Please sign in to comment.