mirror of
https://github.com/jeertmans/manim-slides.git
synced 2025-08-24 04:50:18 +08:00
fix(ci): typo in bug.yml issue template
See https://github.com/jeertmans/manim-slides/issues/513#issuecomment-2586771845
This commit is contained in:
2
.github/ISSUE_TEMPLATE/bug.yml
vendored
2
.github/ISSUE_TEMPLATE/bug.yml
vendored
@ -122,7 +122,7 @@ body:
|
|||||||
This will be automatically formatted into code, so no need for backticks.
|
This will be automatically formatted into code, so no need for backticks.
|
||||||
placeholder: |
|
placeholder: |
|
||||||
from manim import *
|
from manim import *
|
||||||
from manim_slides.slide import Slide
|
from manim_slides import Slide
|
||||||
|
|
||||||
|
|
||||||
class MWE(Slide):
|
class MWE(Slide):
|
||||||
|
Reference in New Issue
Block a user