From 8f98b4668d2fe858d47e3843b8bceb0c11efe929 Mon Sep 17 00:00:00 2001 From: nymius <155548262+nymius@users.noreply.github.com> Date: Wed, 2 Jul 2025 15:25:03 -0300 Subject: [PATCH] chore: fix duplicated names in github templates Duplicated names in the yml embedded in the github templates causes them to not render into the issue list while navigating the github web interface. This changes the name of the 2_enhancement_request.md file to fix the issue. --- .github/ISSUE_TEMPLATE/1_bug_report.md | 1 - .../ISSUE_TEMPLATE/2_enhancement_request.md | 28 ++++++------------- .github/ISSUE_TEMPLATE/3_minor_release.md | 1 - .github/ISSUE_TEMPLATE/4_patch_release.md | 1 - 4 files changed, 9 insertions(+), 22 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/1_bug_report.md b/.github/ISSUE_TEMPLATE/1_bug_report.md index 7971524..742e2ef 100644 --- a/.github/ISSUE_TEMPLATE/1_bug_report.md +++ b/.github/ISSUE_TEMPLATE/1_bug_report.md @@ -4,7 +4,6 @@ about: Create a report to help us improve title: '' labels: 'bug' assignees: '' - --- **Describe the bug** diff --git a/.github/ISSUE_TEMPLATE/2_enhancement_request.md b/.github/ISSUE_TEMPLATE/2_enhancement_request.md index 7971524..8866c53 100644 --- a/.github/ISSUE_TEMPLATE/2_enhancement_request.md +++ b/.github/ISSUE_TEMPLATE/2_enhancement_request.md @@ -1,26 +1,16 @@ --- -name: Bug report -about: Create a report to help us improve +name: Enhancement request +about: Request a new feature or change to an existing feature title: '' -labels: 'bug' +labels: 'enhancement' assignees: '' - --- -**Describe the bug** - - -**To Reproduce** - - -**Expected behavior** - +**Describe the enhancement** + -**Build environment** - - Tag/commit: - - OS+version: - - Rust/Cargo version: - - Rust/Cargo target: +**Use case** + -**Additional context** - +**Additional context** + diff --git a/.github/ISSUE_TEMPLATE/3_minor_release.md b/.github/ISSUE_TEMPLATE/3_minor_release.md index 44a8b7c..7678bae 100644 --- a/.github/ISSUE_TEMPLATE/3_minor_release.md +++ b/.github/ISSUE_TEMPLATE/3_minor_release.md @@ -4,7 +4,6 @@ about: Create a new minor release [for release managers only] title: 'Release MAJOR.MINOR+1.0' labels: 'release' assignees: '' - --- ## Create a new minor release diff --git a/.github/ISSUE_TEMPLATE/4_patch_release.md b/.github/ISSUE_TEMPLATE/4_patch_release.md index 80ddbec..5974012 100644 --- a/.github/ISSUE_TEMPLATE/4_patch_release.md +++ b/.github/ISSUE_TEMPLATE/4_patch_release.md @@ -4,7 +4,6 @@ about: Create a new patch release [for release managers only] title: 'Release MAJOR.MINOR.PATCH+1' labels: 'release' assignees: '' - --- ## Create a new release