From d5429e53bc5b3f4469c7c564b16d2a57c24cae4b Mon Sep 17 00:00:00 2001 From: James <119134081+2jammers@users.noreply.github.com> Date: Fri, 27 Dec 2024 19:32:06 -0600 Subject: [PATCH] chore: rename issue titles renames the issue titles so they are more concise --- .github/ISSUE_TEMPLATE/broken-docs.md | 2 +- .github/ISSUE_TEMPLATE/broken-src.md | 2 +- .github/ISSUE_TEMPLATE/docs.md | 2 +- .github/ISSUE_TEMPLATE/src.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/broken-docs.md b/.github/ISSUE_TEMPLATE/broken-docs.md index 33e2a95..cf8c977 100644 --- a/.github/ISSUE_TEMPLATE/broken-docs.md +++ b/.github/ISSUE_TEMPLATE/broken-docs.md @@ -1,5 +1,5 @@ --- -name: 'Broken Documentation' +name: 'Broken: Docs' about: Issues within the documentation title: '' labels: 'broken, not ready - evaluating, targeting: docs' diff --git a/.github/ISSUE_TEMPLATE/broken-src.md b/.github/ISSUE_TEMPLATE/broken-src.md index 04bebf5..f21dac6 100644 --- a/.github/ISSUE_TEMPLATE/broken-src.md +++ b/.github/ISSUE_TEMPLATE/broken-src.md @@ -1,5 +1,5 @@ --- -name: 'Broken Source Code' +name: 'Broken: Source' about: Issues within the source code title: '' labels: 'broken, not ready - evaluating, targeting: main' diff --git a/.github/ISSUE_TEMPLATE/docs.md b/.github/ISSUE_TEMPLATE/docs.md index 47b500a..0535e48 100644 --- a/.github/ISSUE_TEMPLATE/docs.md +++ b/.github/ISSUE_TEMPLATE/docs.md @@ -1,5 +1,5 @@ --- -name: 'Documentation Enhancement' +name: 'Enhancement: Docs' about: An enhancement for the documentation title: '' labels: 'enhancement, not ready - evaluating, targeting: docs' diff --git a/.github/ISSUE_TEMPLATE/src.md b/.github/ISSUE_TEMPLATE/src.md index 4b98e86..248f8b4 100644 --- a/.github/ISSUE_TEMPLATE/src.md +++ b/.github/ISSUE_TEMPLATE/src.md @@ -1,5 +1,5 @@ --- -name: 'Source Code Enhancement' +name: 'Enhancement: Source' about: An enhancement for the source code title: '' labels: 'enhancement, not ready - evaluating, targeting: docs'