From 241419a781c2c2dae609e9d1741a59a0480799a7 Mon Sep 17 00:00:00 2001 From: Harisaipravin Date: Fri, 21 Oct 2022 14:25:39 +0530 Subject: [PATCH] Support template (#57) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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 * Update .github/ISSUE_TEMPLATE/support.yml Co-authored-by: Jérome Eertmans Co-authored-by: Harisai Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Jérome Eertmans --- .github/ISSUE_TEMPLATE/documentation.yml | 2 +- .github/ISSUE_TEMPLATE/support.yml | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 .github/ISSUE_TEMPLATE/support.yml diff --git a/.github/ISSUE_TEMPLATE/documentation.yml b/.github/ISSUE_TEMPLATE/documentation.yml index 7d56847..127f782 100644 --- a/.github/ISSUE_TEMPLATE/documentation.yml +++ b/.github/ISSUE_TEMPLATE/documentation.yml @@ -30,7 +30,7 @@ body: - type: input attributes: label: Affected Page - description: Add a link to the coding challenge with the problem. + description: Add a link to page with the problem. validations: required: true diff --git a/.github/ISSUE_TEMPLATE/support.yml b/.github/ISSUE_TEMPLATE/support.yml new file mode 100644 index 0000000..9f107e8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/support.yml @@ -0,0 +1,14 @@ +name: Question/Help/Support +description: Ask us about Manim Slides +title: "Support: Ask us anything" +labels: ['help', 'question'] + +body: + - type: textarea + attributes: + label: "Please explain the issue you're experiencing (with as much detail as possible):" + description: > + Please make sure to leave a reference to the document/code you're + referring to. + validations: + required: true