Skip to content

Commit 4fe347e

Browse files
committed
fix(ci): removing template and changing input types
1 parent 9b62b62 commit 4fe347e

File tree

5 files changed

+9
-16
lines changed

5 files changed

+9
-16
lines changed

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Bug
22
description: Report an issue to help improve the project.
33
title: '[BUG] <short-description-here>'
4-
labels: bug
4+
labels: [bug]
55

66
body:
77
- type: markdown
@@ -12,7 +12,7 @@ body:
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

@@ -66,7 +65,7 @@ body:
6665
validations:
6766
required: true
6867

69-
- type: textarea
68+
- type: input
7069
id: py-version
7170
attributes:
7271
label: Python version
@@ -75,7 +74,6 @@ body:
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

.github/ISSUE_TEMPLATE/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Documentation
22
description: Ask / Report an issue related to the documentation.
33
title: '[DOC] <short-description-here>'
4-
labels: docs
4+
labels: [docs]
55

66
body:
77
- type: markdown

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Feature request
22
description: Have a new idea/feature? Please suggest!
33
title: '[FEATURE] <short-description-here>'
4-
labels: enhancement
4+
labels: [enhancement]
55

66
body:
77
- type: markdown

.github/ISSUE_TEMPLATE/issue_template.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)