mirror of
https://github.com/jeertmans/manim-slides.git
synced 2025-09-21 17:13:24 +08:00
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 <Harisaipravin_SV@intuit.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
59
.github/ISSUE_TEMPLATE/documentation.yml
vendored
Normal file
59
.github/ISSUE_TEMPLATE/documentation.yml
vendored
Normal file
@ -0,0 +1,59 @@
|
|||||||
|
name: Documentation
|
||||||
|
description: Ask / Report an issue related to the documentation.
|
||||||
|
title: "DOC: <description>"
|
||||||
|
labels: ['bug', 'docs']
|
||||||
|
|
||||||
|
body:
|
||||||
|
- type: markdown
|
||||||
|
attributes:
|
||||||
|
value: >
|
||||||
|
**Thank you for wanting to report a problem with manim-slides docs!**
|
||||||
|
|
||||||
|
|
||||||
|
If the problem seems straightforward, feel free to submit a PR instead!
|
||||||
|
|
||||||
|
|
||||||
|
⚠
|
||||||
|
Verify first that your issue is not already reported on GitHub [Issues].
|
||||||
|
|
||||||
|
|
||||||
|
[Issues]:
|
||||||
|
https://github.com/jeertmans/manim-slides/issues
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Describe the Issue
|
||||||
|
description: A clear and concise description of the issue you encountered.
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: input
|
||||||
|
attributes:
|
||||||
|
label: Affected Page
|
||||||
|
description: Add a link to the coding challenge with the problem.
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: dropdown
|
||||||
|
attributes:
|
||||||
|
label: Issue Type
|
||||||
|
description: >
|
||||||
|
Please select the option in the drop-down.
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>
|
||||||
|
<em>Issue?</em>
|
||||||
|
</summary>
|
||||||
|
</details>
|
||||||
|
options:
|
||||||
|
- Documentation Enhancement
|
||||||
|
- Documentation Report
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Recommended fix or suggestions
|
||||||
|
description: A clear and concise description of how you want to update it.
|
||||||
|
validations:
|
||||||
|
required: false
|
Reference in New Issue
Block a user