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 -