mirror of
https://github.com/jeertmans/manim-slides.git
synced 2025-08-06 14:19:52 +08:00
27 lines
748 B
YAML
27 lines
748 B
YAML
name: Feature Request
|
|
description: Have a new idea/feature? Please suggest!
|
|
labels: "enhancement"
|
|
title: '[FEATURE] <description>'
|
|
body:
|
|
- type: textarea
|
|
id: description
|
|
attributes:
|
|
label: Description
|
|
description: A brief description of the enhancement you propose, also include what you tried and what worked.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: screenshots
|
|
attributes:
|
|
label: Screenshots
|
|
description: Please add screenshots if applicable
|
|
validations:
|
|
required: false
|
|
- type: textarea
|
|
id: extrainfo
|
|
attributes:
|
|
label: Additional information
|
|
description: Is there anything else we should know about this idea?
|
|
validations:
|
|
required: false
|