Skip to content

Commit ac71408

Browse files
authored
chore: Set default priority to P0 for all issues raised
1 parent 303d89f commit ac71408

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
---
22
name: Bug report
33
about: Create a report to help us improve
4+
title: ''
5+
labels: 'priority: p0'
6+
assignees: ''
47

58
---
69

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
---
22
name: Feature request
33
about: Suggest an idea for this library
4+
title: ''
5+
labels: 'priority: p0'
6+
assignees: ''
47

58
---
69

.github/ISSUE_TEMPLATE/support_request.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
---
22
name: Support request
3-
about: If you have a support contract with Google, please create an issue in the Google Cloud Support console.
3+
about: If you have a support contract with Google, please create an issue in the Google
4+
Cloud Support console.
5+
title: ''
6+
labels: 'priority: p0'
7+
assignees: ''
48

59
---
610

0 commit comments

Comments
 (0)