Skip to content

Commit b17bd1d

Browse files
authored
chore: add needs-triage to issue templates (#31056)
---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent 5ee6cde commit b17bd1d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/ISSUE_TEMPLATE/notice.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
name: "❗ Notice"
3-
description: Post a notice for a high impact issue
3+
description: Post a notice for a high impact issue. Internal CDK team use only.
44
title: "❗ NOTICE (module name): (short notice description)"
5-
labels: [p0, management/tracking]
5+
labels: [needs-triage, management/tracking]
66
body:
77
- type: dropdown
88
attributes:

.github/ISSUE_TEMPLATE/region.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: New Region
2-
description: Register a new region.
2+
description: Register a new region. Internal CDK team use only.
33
title: "Register new region: [region]"
4-
labels: ["@aws-cdk/region-info", "feature-request", "p1", "effort/medium"]
4+
labels: ["@aws-cdk/region-info", "feature-request", needs-triage, "effort/medium"]
55
body:
66
- type: input
77
id: ROUTE_53_BUCKET_WEBSITE_ZONE_IDS

.github/ISSUE_TEMPLATE/tracking.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Tracking Issue
2-
description: Add a module tracking issue (internal use only)
2+
description: Add a module tracking issue. Internal CDK team use only.
33
title: "Tracking: [service]"
4-
labels: [management/tracking]
4+
labels: [needs-triage, management/tracking]
55
body:
66
- type: markdown
77
attributes:

0 commit comments

Comments
 (0)