From e2b5e903ad337e4041860a5e1b7de85b0e5e42d7 Mon Sep 17 00:00:00 2001 From: Jake Spain Date: Fri, 26 Aug 2022 09:34:27 -0400 Subject: [PATCH] Remove DIO as codeowners --- CODEOWNERS | 6 +++--- CONTRIBUTING.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index 282a30dd..b47017ca 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1,10 +1,10 @@ -# This will cause DIO and RE to be assigned review of any opened PRs against +# This will cause RE to be assigned review of any opened PRs against # the branches containing this file. # See https://help.github.com/en/articles/about-code-owners for info on how to # take ownership of parts of the code base that should be reviewed by another # team. -# DIO and RE will be the default owners for everything in the repo. -* @puppetlabs/dio @puppetlabs/release-engineering +# RE will be the default owners for everything in the repo. +* @puppetlabs/release-engineering diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fe6a234c..edf18f8e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -64,7 +64,7 @@ the new documentation or comments added. * Submit a pull request to the repository in the puppetlabs organization. * Update your Jira ticket to mark that you have submitted code and are ready for it to be reviewed (Status: Ready for Merge). * Include a link to the pull request in the ticket. -* The Puppet DIO team looks at Pull Requests on a regular basis. +* The Puppet Release Engineering team looks at Pull Requests on a regular basis. * After feedback has been given we expect responses within two weeks. After two weeks we may close the pull request if it isn't showing any activity. ## Additional Resources