Skip to content

Commit

Permalink
chore: remove squares braces from issue title templates
Browse files Browse the repository at this point in the history
  • Loading branch information
jelbourn committed May 29, 2020
1 parent e7c7dce commit 96c24f5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug.md
Original file line number Diff line number Diff line change
@@ -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
---

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/docs.md
Original file line number Diff line number Diff line change
@@ -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
---
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature.md
Original file line number Diff line number Diff line change
@@ -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
---
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/troubleshooting.md
Original file line number Diff line number Diff line change
@@ -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
---
Expand Down

0 comments on commit 96c24f5

Please sign in to comment.