Skip to content

Commit bc4992d

Browse files
chore(issue-templates): standardize issue template metadata by adding type and labels
1 parent e09143b commit bc4992d

File tree

5 files changed

+9
-3
lines changed

5 files changed

+9
-3
lines changed

.github/ISSUE_TEMPLATE/Bug_report.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
---
22
name: 🐛 Bug Report
33
about: If something isn't working as expected 🤔
4-
4+
type: Bug
5+
labels: bug
6+
assignees: ''
57
---
68

79
## Bug Report

.github/ISSUE_TEMPLATE/Feature_proposal.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
name: 🚀 Feature Proposal
33
about: Suggest a new feature for an existing project in the monorepo
4+
type: Feature
45
---
56

67
## Feature Proposal

.github/ISSUE_TEMPLATE/Meeting.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
2-
name: 🤝 Architecture as Code Meeting Agenda (Part of the DevOps Automation SIG)
2+
name: 🤝 Architecture as Code Meeting Agenda
33
about: To track Architecture as Code meeting agenda and attendance
4+
type: Meeting
5+
labels: meeting
46
---
57

68
## Date

.github/ISSUE_TEMPLATE/Office_Hours.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
name: 🏢 Architecture as Code Office Hours
33
about: Track Office Hours meetings
4+
type: Meeting
5+
labels: meeting, office-hours
46
---
57

68
## Date

.github/ISSUE_TEMPLATE/Support_question.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
name: 🤗 Support Question
33
about: If you have a question about configuration, usage, etc. 💬
4-
54
---
65

76
## Support Question

0 commit comments

Comments
 (0)