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