Skip to content

Commit 2f8f756

Browse files
HarisaipravinHarisaipre-commit-ci[bot]
authored
Issue more templates (#54)
* FEAT: Git template for documentation * PATCH: Space keys updated * PATCH: Spaccing update * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * UPDATE: Code of conduct removed * PATCH: Retry CI * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci Co-authored-by: Harisai <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent a489dfd commit 2f8f756

File tree

1 file changed

+59
-0
lines changed

1 file changed

+59
-0
lines changed
Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
name: Documentation
2+
description: Ask / Report an issue related to the documentation.
3+
title: "DOC: <description>"
4+
labels: ['bug', 'docs']
5+
6+
body:
7+
- type: markdown
8+
attributes:
9+
value: >
10+
**Thank you for wanting to report a problem with manim-slides docs!**
11+
12+
13+
If the problem seems straightforward, feel free to submit a PR instead!
14+
15+
16+
17+
Verify first that your issue is not already reported on GitHub [Issues].
18+
19+
20+
[Issues]:
21+
https://github.com/jeertmans/manim-slides/issues
22+
23+
- type: textarea
24+
attributes:
25+
label: Describe the Issue
26+
description: A clear and concise description of the issue you encountered.
27+
validations:
28+
required: true
29+
30+
- type: input
31+
attributes:
32+
label: Affected Page
33+
description: Add a link to the coding challenge with the problem.
34+
validations:
35+
required: true
36+
37+
- type: dropdown
38+
attributes:
39+
label: Issue Type
40+
description: >
41+
Please select the option in the drop-down.
42+
43+
<details>
44+
<summary>
45+
<em>Issue?</em>
46+
</summary>
47+
</details>
48+
options:
49+
- Documentation Enhancement
50+
- Documentation Report
51+
validations:
52+
required: true
53+
54+
- type: textarea
55+
attributes:
56+
label: Recommended fix or suggestions
57+
description: A clear and concise description of how you want to update it.
58+
validations:
59+
required: false

0 commit comments

Comments
 (0)