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'