diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 0bd8d62..811eef5 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -1,7 +1,7 @@ name: Bug description: Report an issue to help improve the project. title: '[BUG] ' -labels: bug +labels: [bug] body: - type: markdown @@ -12,7 +12,7 @@ body: If you know how to solve your problem, feel free to submit a PR too! - > ![WARNING] + > [!WARNING] > Before reporting your bug, please make sure to: > > 1. create and activate virtual environment (venv); @@ -41,14 +41,13 @@ body: validations: required: true -- type: textarea +- type: input id: command attributes: label: Command description: | Enter the command that failed. This will be automatically formatted into code, so no need for backticks. - render: shell validations: required: true @@ -66,7 +65,7 @@ body: validations: required: true -- type: textarea +- type: input id: py-version attributes: label: Python version @@ -75,7 +74,6 @@ body: Make sure to activate your virtual environment first (if any). This will be automatically formatted into code, so no need for backticks. placeholder: Python 3.11.8 - render: shell validations: required: false @@ -105,7 +103,7 @@ body: validations: required: true -- type: textarea +- type: input id: platform-other attributes: label: Other platform diff --git a/.github/ISSUE_TEMPLATE/documentation.yml b/.github/ISSUE_TEMPLATE/documentation.yml index 264b6ca..6538aee 100644 --- a/.github/ISSUE_TEMPLATE/documentation.yml +++ b/.github/ISSUE_TEMPLATE/documentation.yml @@ -1,7 +1,7 @@ name: Documentation description: Ask / Report an issue related to the documentation. title: '[DOC] ' -labels: docs +labels: [docs] body: - type: markdown diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index dec963c..bf57ab3 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,7 +1,7 @@ name: Feature request description: Have a new idea/feature? Please suggest! title: '[FEATURE] ' -labels: enhancement +labels: [enhancement] body: - type: markdown diff --git a/.github/ISSUE_TEMPLATE/issue_template.md b/.github/ISSUE_TEMPLATE/issue_template.md deleted file mode 100644 index 8e5bfa1..0000000 --- a/.github/ISSUE_TEMPLATE/issue_template.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -name: Tracking issue -about: Use this template for issue not covered by other templates. -title: "[TRIAGE] " -labels: tracking issue, needs triage -assignees: octocat ---- diff --git a/CHANGELOG.md b/CHANGELOG.md index d014ca8..362e3fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Improved (and fixed) tests for Manim(GL), bumped minimal ManimCE version, improved coverage, and override dependency conflicts. [#447](https://github.com/jeertmans/manim-slides/pull/447) +- Improved issue templates. + [#456](https://github.com/jeertmans/manim-slides/pull/456) (unreleased-fixed)= ### Fixed