From bfaa4c3cc05011af11ca6169787c1845f365dbf4 Mon Sep 17 00:00:00 2001 From: Onur Solmaz Date: Fri, 28 Oct 2022 14:02:49 +0200 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/-installation-issue.md | 64 ++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 19 +++++ .github/ISSUE_TEMPLATE/manim-voiceover-bug.md | 83 +++++++++++++++++++ 3 files changed, 166 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/-installation-issue.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/manim-voiceover-bug.md diff --git a/.github/ISSUE_TEMPLATE/-installation-issue.md b/.github/ISSUE_TEMPLATE/-installation-issue.md new file mode 100644 index 0000000..cae5c45 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/-installation-issue.md @@ -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 + + + +## Installation logs + + +
Terminal output + +``` +PASTE HERE OR PROVIDE LINK TO https://pastebin.com/ OR SIMILAR +``` + + + +
+ + +## System specifications + +
System Details + +- 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 +``` +
+ +
LaTeX details + ++ LaTeX distribution (e.g. TeX Live 2020): ++ Installed LaTeX packages: + +
+ +
FFMPEG + +Output of `ffmpeg -version`: + +``` +PASTE HERE +``` +
+ +## Additional comments + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..e517bd4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,19 @@ +--- +name: Feature request +about: " Request a new feature for manim-voiceover" +title: '' +labels: enhancement +assignees: osolmaz + +--- + +## Description of proposed feature + + + +## How can the new feature be used? + + + +## Additional comments + diff --git a/.github/ISSUE_TEMPLATE/manim-voiceover-bug.md b/.github/ISSUE_TEMPLATE/manim-voiceover-bug.md new file mode 100644 index 0000000..b590b39 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/manim-voiceover-bug.md @@ -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 + + + +## Expected behavior + + + +## How to reproduce the issue + + +
Code for reproducing the problem + +```py +Paste your code here. +``` + +
+ + +## Additional media files + + +
Images/GIFs + + + +
+ + +## Logs +
Terminal output + + +``` +PASTE HERE OR PROVIDE LINK TO https://pastebin.com/ OR SIMILAR +``` + + + +
+ + +## System specifications + +
System Details + +- 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 +``` +
+ +
LaTeX details + ++ LaTeX distribution (e.g. TeX Live 2020): ++ Installed LaTeX packages: + +
+ +
FFMPEG + +Output of `ffmpeg -version`: + +``` +PASTE HERE +``` +
+ +## Additional comments +