mirror of
https://github.com/jeertmans/manim-slides.git
synced 2025-09-20 16:44:23 +08:00
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>
This commit is contained in:
40
.github/ISSUE_TEMPLATE/bug.yml
vendored
Normal file
40
.github/ISSUE_TEMPLATE/bug.yml
vendored
Normal file
@ -0,0 +1,40 @@
|
|||||||
|
name: Bug
|
||||||
|
description: Report an issue to help improve the project.
|
||||||
|
labels: "bug"
|
||||||
|
title: '[BUG] <description>'
|
||||||
|
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
|
2
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
2
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
@ -1,5 +1,6 @@
|
|||||||
name: Feature Request
|
name: Feature Request
|
||||||
description: Have a new idea/feature? Please suggest!
|
description: Have a new idea/feature? Please suggest!
|
||||||
|
label: "enhancement"
|
||||||
title: '[FEATURE] <description>'
|
title: '[FEATURE] <description>'
|
||||||
body:
|
body:
|
||||||
- type: textarea
|
- type: textarea
|
||||||
@ -23,4 +24,3 @@ body:
|
|||||||
description: Is there anything else we should know about this idea?
|
description: Is there anything else we should know about this idea?
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user