diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index e5f22dcb22b..fe1b7947907 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,2 +1,2 @@ -/.github/ @efriis @baskaryan @ccurme -/libs/packages.yml @efriis +/.github/ @baskaryan @ccurme +/libs/packages.yml @ccurme diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 5d8400d1926..6e0b3805611 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -26,4 +26,4 @@ Additional guidelines: - Changes should be backwards compatible. - If you are adding something to community, do not re-import it in langchain. -If no one reviews your PR within a few days, please @-mention one of baskaryan, efriis, eyurtsev, ccurme, vbarda, hwchase17. +If no one reviews your PR within a few days, please @-mention one of baskaryan, eyurtsev, ccurme, vbarda, hwchase17. diff --git a/docs/docs/contributing/reference/faq.mdx b/docs/docs/contributing/reference/faq.mdx index d546d95b634..178796ca33f 100644 --- a/docs/docs/contributing/reference/faq.mdx +++ b/docs/docs/contributing/reference/faq.mdx @@ -35,5 +35,5 @@ Please reference our [Review Process](review_process.mdx). ### I think my PR was closed in a way that didn't follow the review process. What should I do? -Tag `@efriis` in the PR comments referencing the portion of the review +Tag `@ccurme` in the PR comments referencing the portion of the review process that you believe was not followed. We'll take a look!