We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bac2181 commit 241419aCopy full SHA for 241419a
.github/ISSUE_TEMPLATE/documentation.yml
@@ -30,7 +30,7 @@ body:
30
- type: input
31
attributes:
32
label: Affected Page
33
- description: Add a link to the coding challenge with the problem.
+ description: Add a link to page with the problem.
34
validations:
35
required: true
36
.github/ISSUE_TEMPLATE/support.yml
@@ -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