From 96c24f5c80d1419b297478b656ee3f10b58f53df Mon Sep 17 00:00:00 2001 From: Jeremy Elbourn Date: Fri, 29 May 2020 15:16:18 -0700 Subject: [PATCH] chore: remove squares braces from issue title templates --- .github/ISSUE_TEMPLATE/bug.md | 4 ++-- .github/ISSUE_TEMPLATE/docs.md | 2 +- .github/ISSUE_TEMPLATE/feature.md | 2 +- .github/ISSUE_TEMPLATE/troubleshooting.md | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md index 9cf74edac22e..7ffa931ab4b9 100644 --- a/.github/ISSUE_TEMPLATE/bug.md +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -1,7 +1,7 @@ --- name: Bug Report -title: "bug([COMPONENT]): [TITLE]" -about: Report a bug found in Angular Material or the CDK +title: "bug(COMPONENT): TITLE" +about: Report a bug in Angular Material or the CDK labels: needs triage --- diff --git a/.github/ISSUE_TEMPLATE/docs.md b/.github/ISSUE_TEMPLATE/docs.md index 4a70ae0ed4a0..40947c2ca6dd 100644 --- a/.github/ISSUE_TEMPLATE/docs.md +++ b/.github/ISSUE_TEMPLATE/docs.md @@ -1,6 +1,6 @@ --- name: Documentation -title: "docs-bug([COMPONENT]): [TITLE]" +title: "docs-bug(COMPONENT): TITLE" about: Suggest an improvement to our documentation at material.angular.io labels: docs, needs triage --- diff --git a/.github/ISSUE_TEMPLATE/feature.md b/.github/ISSUE_TEMPLATE/feature.md index 1348a2d4d2f8..bce7e24680fa 100644 --- a/.github/ISSUE_TEMPLATE/feature.md +++ b/.github/ISSUE_TEMPLATE/feature.md @@ -1,6 +1,6 @@ --- name: Feature -title: "fr([COMPONENT]): [TITLE]" +title: "feat(COMPONENT): TITLE" about: Propose a new feature for Angular Material or the CDK labels: feature, needs triage --- diff --git a/.github/ISSUE_TEMPLATE/troubleshooting.md b/.github/ISSUE_TEMPLATE/troubleshooting.md index a4b2ad6bec70..61594c9ec1e4 100644 --- a/.github/ISSUE_TEMPLATE/troubleshooting.md +++ b/.github/ISSUE_TEMPLATE/troubleshooting.md @@ -1,6 +1,6 @@ --- name: Troubleshooting -title: "help([COMPONENT]): [TITLE]" +title: "help(COMPONENT): TITLE" about: Request for help on an issue you are facing with Angular Material or the CDK labels: troubleshooting, needs triage ---