mirror of
https://github.com/jeertmans/manim-slides.git
synced 2025-05-17 18:55:53 +08:00

* chore(ci): rework issue templates Closes #406 * chore(ci): small fixes * up * add changelog entry
29 lines
816 B
Markdown
29 lines
816 B
Markdown
<!-- If your PR fixes an open issue, use `Closes #999` to link your PR with the issue. #999 stands for the issue number you are fixing -->
|
|
|
|
## Fixes Issue
|
|
|
|
<!-- Remove this section if not applicable -->
|
|
|
|
<!-- Example: Closes #31 -->
|
|
|
|
## Description
|
|
|
|
<!-- Describe all the proposed changes in your PR -->
|
|
|
|
## Check List
|
|
|
|
Check all the applicable boxes:
|
|
|
|
- [ ] I understand that my contributions needs to pass the checks;
|
|
- [ ] If I created new functions / methods, I documented them and add type hints;
|
|
- [ ] If I modified already existing code, I updated the documentation accordingly;
|
|
- [ ] The title of my pull request is a short description of the requested changes.
|
|
|
|
## Screenshots
|
|
|
|
<!-- Add all the screenshots which support your changes -->
|
|
|
|
## Note to reviewers
|
|
|
|
<!-- Add notes to reviewers if applicable -->
|