From 2f8f7561a67bdcc3d228a526f078720e1d9d0fb1 Mon Sep 17 00:00:00 2001 From: Harisaipravin Date: Wed, 19 Oct 2022 21:57:41 +0530 Subject: [PATCH] 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 Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .github/ISSUE_TEMPLATE/documentation.yml | 59 ++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/documentation.yml diff --git a/.github/ISSUE_TEMPLATE/documentation.yml b/.github/ISSUE_TEMPLATE/documentation.yml new file mode 100644 index 0000000..7d56847 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/documentation.yml @@ -0,0 +1,59 @@ +name: Documentation +description: Ask / Report an issue related to the documentation. +title: "DOC: " +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. + +
+ + Issue? + +
+ 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