File tree Expand file tree Collapse file tree 5 files changed +9
-16
lines changed Expand file tree Collapse file tree 5 files changed +9
-16
lines changed Original file line number Diff line number Diff line change 11name : Bug
22description : Report an issue to help improve the project.
33title : ' [BUG] <short-description-here>'
4- labels : bug
4+ labels : [ bug]
55
66body :
77- type : markdown
1212
1313 If you know how to solve your problem, feel free to submit a PR too!
1414
15- > ![ WARNING]
15+ > [! WARNING]
1616 > Before reporting your bug, please make sure to:
1717 >
1818 > 1. create and activate virtual environment (venv);
@@ -41,14 +41,13 @@ body:
4141 validations :
4242 required : true
4343
44- - type : textarea
44+ - type : input
4545 id : command
4646 attributes :
4747 label : Command
4848 description : |
4949 Enter the command that failed.
5050 This will be automatically formatted into code, so no need for backticks.
51- render : shell
5251 validations :
5352 required : true
5453
6665 validations :
6766 required : true
6867
69- - type : textarea
68+ - type : input
7069 id : py-version
7170 attributes :
7271 label : Python version
7574 Make sure to activate your virtual environment first (if any).
7675 This will be automatically formatted into code, so no need for backticks.
7776 placeholder : Python 3.11.8
78- render : shell
7977 validations :
8078 required : false
8179
@@ -105,7 +103,7 @@ body:
105103 validations :
106104 required : true
107105
108- - type : textarea
106+ - type : input
109107 id : platform-other
110108 attributes :
111109 label : Other platform
Original file line number Diff line number Diff line change 11name : Documentation
22description : Ask / Report an issue related to the documentation.
33title : ' [DOC] <short-description-here>'
4- labels : docs
4+ labels : [ docs]
55
66body :
77- type : markdown
Original file line number Diff line number Diff line change 11name : Feature request
22description : Have a new idea/feature? Please suggest!
33title : ' [FEATURE] <short-description-here>'
4- labels : enhancement
4+ labels : [ enhancement]
55
66body :
77- type : markdown
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -25,6 +25,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2525- Improved (and fixed) tests for Manim(GL), bumped minimal ManimCE version,
2626 improved coverage, and override dependency conflicts.
2727 [ #447 ] ( https://github.com/jeertmans/manim-slides/pull/447 )
28+ - Improved issue templates.
29+ [ #456 ] ( https://github.com/jeertmans/manim-slides/pull/456 )
2830
2931(unreleased-fixed)=
3032### Fixed
You can’t perform that action at this time.
0 commit comments