mirror of
https://github.com/3b1b/manim.git
synced 2025-11-14 04:07:46 +00:00
Update issue templates
This commit is contained in:
parent
82eb0ae5be
commit
55e8d3bc55
2 changed files with 43 additions and 0 deletions
20
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
20
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
|
|
@ -0,0 +1,20 @@
|
||||||
|
---
|
||||||
|
name: Bug report
|
||||||
|
about: Create a report to help us improve
|
||||||
|
title: ''
|
||||||
|
labels: bug
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
### Describe the bug
|
||||||
|
<!-- A clear and concise description of what the bug is. -->
|
||||||
|
|
||||||
|
**Code**:
|
||||||
|
<!-- The code you run which reflect the bug. -->
|
||||||
|
|
||||||
|
**Wrong display or Error traceback**:
|
||||||
|
<!-- the wrong display result of the code you run, or the error Traceback -->
|
||||||
|
|
||||||
|
### Additional context
|
||||||
|
<!-- Add any other context about the problem here. -->
|
||||||
23
.github/ISSUE_TEMPLATE/error-when-using.md
vendored
Normal file
23
.github/ISSUE_TEMPLATE/error-when-using.md
vendored
Normal file
|
|
@ -0,0 +1,23 @@
|
||||||
|
---
|
||||||
|
name: Error when using
|
||||||
|
about: The error you encountered while using manim
|
||||||
|
title: ''
|
||||||
|
labels: ''
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
### Describe the error
|
||||||
|
<!-- A clear and concise description of what you want to make. -->
|
||||||
|
|
||||||
|
### Code and Error
|
||||||
|
**Code**:
|
||||||
|
<!-- The code you run -->
|
||||||
|
|
||||||
|
**Error**:
|
||||||
|
<!-- The error traceback you get when run your code -->
|
||||||
|
|
||||||
|
### Environment
|
||||||
|
**OS System**:
|
||||||
|
**manim version**: master <!-- make sure you are using the latest version of master branch -->
|
||||||
|
**python version**:
|
||||||
Loading…
Add table
Reference in a new issue