Skip to content

Commit ae7d438

Browse files
upd: github codeowners and issue templates (#51)
* Update the CODEOWNERS file to include the `anyscale/public-terraform-owners` team. * Update the issue templates to include the `anyscale/public-terraform-owners` team.
1 parent 3fb2ff8 commit ae7d438

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@
66

77
# These owners will be the default owners for everything
88
* @anyscale/fieldteam
9+
* @anyscale/public-terraform-owners

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Bug Report
22
description: Issue/Bug with the Terraform Modules. Please include repro steps!
33
title: "[bug]: "
44
labels: ["bug", "P1", "terraform-modules"]
5-
assignees: ["brent-anyscale"]
5+
assignees: ["anyscale/public-terraform-owners"]
66

77
body:
88
- type: markdown

.github/ISSUE_TEMPLATE/feature-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Feature Request
22
description: Feature request for the Terraform Modules.
33
title: "[Feature]: "
44
labels: ["feature", "P1", "terraform-modules"]
5-
assignees: ["brent-anyscale"]
5+
assignees: ["anyscale/public-terraform-owners"]
66

77
body:
88
- type: markdown

.github/ISSUE_TEMPLATE/security-issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Security Issue
22
description: General security issue
33
title: '[Security]: '
44
labels: ["security", "P0", "terraform-modules"]
5-
assignees: ["brent-anyscale"]
5+
assignees: ["anyscale/public-terraform-owners"]
66

77
body:
88
- type: markdown

0 commit comments

Comments
 (0)