Skip to content

Commit 96c24f5

Browse files
committed
chore: remove squares braces from issue title templates
1 parent e7c7dce commit 96c24f5

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/ISSUE_TEMPLATE/bug.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: Bug Report
3-
title: "bug([COMPONENT]): [TITLE]"
4-
about: Report a bug found in Angular Material or the CDK
3+
title: "bug(COMPONENT): TITLE"
4+
about: Report a bug in Angular Material or the CDK
55
labels: needs triage
66
---
77

.github/ISSUE_TEMPLATE/docs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Documentation
3-
title: "docs-bug([COMPONENT]): [TITLE]"
3+
title: "docs-bug(COMPONENT): TITLE"
44
about: Suggest an improvement to our documentation at material.angular.io
55
labels: docs, needs triage
66
---

.github/ISSUE_TEMPLATE/feature.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Feature
3-
title: "fr([COMPONENT]): [TITLE]"
3+
title: "feat(COMPONENT): TITLE"
44
about: Propose a new feature for Angular Material or the CDK
55
labels: feature, needs triage
66
---

.github/ISSUE_TEMPLATE/troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Troubleshooting
3-
title: "help([COMPONENT]): [TITLE]"
3+
title: "help(COMPONENT): TITLE"
44
about: Request for help on an issue you are facing with Angular Material or the CDK
55
labels: troubleshooting, needs triage
66
---

0 commit comments

Comments
 (0)