fix(ci): typo in bug.yml issue template

See https://github.com/jeertmans/manim-slides/issues/513#issuecomment-2586771845
This commit is contained in:
Jérome Eertmans
2025-01-15 10:17:56 +01:00
committed by GitHub
parent 541b175360
commit bf512f2f73

View File

@ -122,7 +122,7 @@ body:
This will be automatically formatted into code, so no need for backticks.
placeholder: |
from manim import *
from manim_slides.slide import Slide
from manim_slides import Slide
class MWE(Slide):