Skip to content

Commit 5abfdcf

Browse files
committed
chore: add title format and "needs triage" label in issue temp… (#18717)
1 parent 913ca45 commit 5abfdcf

File tree

5 files changed

+13
-3
lines changed

5 files changed

+13
-3
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
title: "issue([COMPONENT]): [TITLE]"
3+
labels: needs triage
4+
---
5+
16
#### Bug, feature request, or proposal:
27

38

.github/ISSUE_TEMPLATE/bug.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
name: Bug Report
3+
title: "bug([COMPONENT]): [TITLE]"
34
about: Report a bug found in Angular Material or the CDK
5+
labels: needs triage
46
---
57

68
#### Reproduction

.github/ISSUE_TEMPLATE/docs.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
name: Documentation
3+
title: "docs-bug([COMPONENT]): [TITLE]"
34
about: Suggest an improvement to our documentation at material.angular.io
4-
labels: docs
5+
labels: docs, needs triage
56
---
67

78
#### Documentation Feedback

.github/ISSUE_TEMPLATE/feature.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
name: Feature
3+
title: "fr([COMPONENT]): [TITLE]"
34
about: Propose a new feature for Angular Material or the CDK
4-
labels: feature
5+
labels: feature, needs triage
56
---
67

78
#### Feature Description

.github/ISSUE_TEMPLATE/troubleshooting.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
name: Troubleshooting
3+
title: "help([COMPONENT]): [TITLE]"
34
about: Request for help on an issue you are facing with Angular Material or the CDK
4-
labels: troubleshooting
5+
labels: troubleshooting, needs triage
56
---
67

78
<!--------

0 commit comments

Comments
 (0)