Skip to content

Commit 241419a

Browse files
HarisaipravinHarisaipre-commit-ci[bot]jeertmans
authored
Support template (#57)
* 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 <[email protected]> * Update .github/ISSUE_TEMPLATE/support.yml Co-authored-by: Jérome Eertmans <[email protected]> Co-authored-by: Harisai <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Jérome Eertmans <[email protected]>
1 parent bac2181 commit 241419a

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

.github/ISSUE_TEMPLATE/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ body:
3030
- type: input
3131
attributes:
3232
label: Affected Page
33-
description: Add a link to the coding challenge with the problem.
33+
description: Add a link to page with the problem.
3434
validations:
3535
required: true
3636

.github/ISSUE_TEMPLATE/support.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Question/Help/Support
2+
description: Ask us about Manim Slides
3+
title: "Support: Ask us anything"
4+
labels: ['help', 'question']
5+
6+
body:
7+
- type: textarea
8+
attributes:
9+
label: "Please explain the issue you're experiencing (with as much detail as possible):"
10+
description: >
11+
Please make sure to leave a reference to the document/code you're
12+
referring to.
13+
validations:
14+
required: true

0 commit comments

Comments
 (0)