diff --git a/.github/ISSUE_TEMPLATE/bug.yaml b/.github/ISSUE_TEMPLATE/bug.yaml index 81a7d831a6..a51e1eb739 100644 --- a/.github/ISSUE_TEMPLATE/bug.yaml +++ b/.github/ISSUE_TEMPLATE/bug.yaml @@ -1,6 +1,6 @@ name: "🐞 Bug Report" description: "Create a report to help us improve" -title: "BUG:" +title: "[BUG]" labels: [Bug, Needs Triage] body: - type: checkboxes diff --git a/.github/ISSUE_TEMPLATE/documentation.yaml b/.github/ISSUE_TEMPLATE/documentation.yaml index 1b58c45687..deb856d0bf 100644 --- a/.github/ISSUE_TEMPLATE/documentation.yaml +++ b/.github/ISSUE_TEMPLATE/documentation.yaml @@ -1,6 +1,6 @@ name: "📑 Documentation Update" description: "Improve Documentation" -title: "DOC:" +title: "[DOC]" labels: [DOC, Needs Triage] body: diff --git a/.github/ISSUE_TEMPLATE/feature.yaml b/.github/ISSUE_TEMPLATE/feature.yaml index 19fcb8efef..833dbbd1f6 100644 --- a/.github/ISSUE_TEMPLATE/feature.yaml +++ b/.github/ISSUE_TEMPLATE/feature.yaml @@ -1,6 +1,6 @@ name: "✨ Feature Request" description: "Suggest an idea for this project " -title: "Feat:" +title: "[Feat]" labels: [Feat, Needs Triage] body: