mirror of
https://github.com/jeertmans/manim-slides.git
synced 2025-08-06 14:19:52 +08:00

* PATCH: Docs template enhacement * FEAT: Template drafted for Support * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update .github/ISSUE_TEMPLATE/documentation.yml Co-authored-by: Jérome Eertmans <jeertmans@icloud.com> * Update .github/ISSUE_TEMPLATE/support.yml Co-authored-by: Jérome Eertmans <jeertmans@icloud.com> Co-authored-by: Harisai <Harisaipravin_SV@intuit.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Jérome Eertmans <jeertmans@icloud.com>
15 lines
422 B
YAML
15 lines
422 B
YAML
name: Question/Help/Support
|
|
description: Ask us about Manim Slides
|
|
title: "Support: Ask us anything"
|
|
labels: ['help', 'question']
|
|
|
|
body:
|
|
- type: textarea
|
|
attributes:
|
|
label: "Please explain the issue you're experiencing (with as much detail as possible):"
|
|
description: >
|
|
Please make sure to leave a reference to the document/code you're
|
|
referring to.
|
|
validations:
|
|
required: true
|