From c2315928bd5f8befecc8f0985d53721c81ce1d7b Mon Sep 17 00:00:00 2001 From: Ahmed Silat <105588821+ahmedsilat44@users.noreply.github.com> Date: Wed, 5 Oct 2022 22:31:31 +0500 Subject: [PATCH] Created Bug Template (#40) * Create feature_request.yml * Issue template * Create bug.yml * Update bug.yml * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update bug.yml * Update bug.yml * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .github/ISSUE_TEMPLATE/bug.yml | 40 ++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.yml | 2 +- 2 files changed, 41 insertions(+), 1 deletion(-) create mode 100644 .github/ISSUE_TEMPLATE/bug.yml diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml new file mode 100644 index 0000000..57197da --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -0,0 +1,40 @@ +name: Bug +description: Report an issue to help improve the project. +labels: "bug" +title: '[BUG] ' +body: + - type: textarea + id: description + attributes: + label: Description + description: A brief description of the question or issue, also include what you tried and what didn't work + validations: + required: true + - type: textarea + id: version + attributes: + label: Version + description: Which version of Manim Slides are you using? You can use `manim-slides --version` to get that information. + validations: + required: true + - type: textarea + id: platform + attributes: + label: Platform + description: What is your platform. Linux, macOS, or Windows? + validations: + required: true + - type: textarea + id: screenshots + attributes: + label: Screenshots + description: Please add screenshots if applicable + validations: + required: false + - type: textarea + id: extrainfo + attributes: + label: Additional information + description: Is there anything else we should know about this bug? + validations: + required: false diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index c385ccb..85044ed 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,5 +1,6 @@ name: Feature Request description: Have a new idea/feature? Please suggest! +label: "enhancement" title: '[FEATURE] ' body: - type: textarea @@ -23,4 +24,3 @@ body: description: Is there anything else we should know about this idea? validations: required: false -