mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00
merge
This commit is contained in:
commit
dda9683fb7
5 changed files with 64 additions and 21 deletions
14
.github/ISSUE_TEMPLATE.md
vendored
14
.github/ISSUE_TEMPLATE.md
vendored
|
@ -1,14 +0,0 @@
|
|||
### If this is a support request:
|
||||
|
||||
**Please attempt to solve the problem on your own before opening an issue.**
|
||||
Between old issues, StackOverflow, and Google, you should be able to find
|
||||
solutions to most of the common problems.
|
||||
|
||||
Include at least:
|
||||
1. Steps to reproduce the issue (e.g. the command you ran)
|
||||
2. The unexpected behavior that occurred (e.g. error messages or screenshots)
|
||||
3. The environment (e.g. operating system and version of manim)
|
||||
|
||||
|
||||
### If this is a feature request:
|
||||
Include the motivation for making this change.
|
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. -->
|
5
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
5
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
blank_issues_enabled: true
|
||||
contact_links:
|
||||
- name: Ask A Question
|
||||
url: https://github.com/3b1b/manim/discussions/categories/q-a
|
||||
about: Please ask questions you encountered 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**:
|
23
.github/PULL_REQUEST_TEMPLATE.md
vendored
23
.github/PULL_REQUEST_TEMPLATE.md
vendored
|
@ -1,9 +1,18 @@
|
|||
Thanks for contributing to manim!
|
||||
<!-- Thanks for contributing to manim!
|
||||
Please ensure that your pull request works with the latest version of manim.
|
||||
-->
|
||||
|
||||
**Please ensure that your pull request works with the latest version of manim.**
|
||||
You should also include:
|
||||
## Motivation
|
||||
<!-- Outline your motivation: In what way do your changes improve the library? -->
|
||||
|
||||
1. The motivation for making this change (or link the relevant issues)
|
||||
2. How you tested the new behavior (e.g. a minimal working example, before/after
|
||||
screenshots, gifs, commands, etc.) This is rather informal at the moment, but
|
||||
the goal is to show us how you know the pull request works as intended.
|
||||
## Proposed changes
|
||||
<!-- What you changed in those files -->
|
||||
-
|
||||
-
|
||||
-
|
||||
|
||||
## Test
|
||||
<!-- How do you test your changes -->
|
||||
**Code**:
|
||||
|
||||
**Result**:
|
Loading…
Add table
Reference in a new issue