From fad2c7e5e06e919b09efb8d9edf35732e1809a93 Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Mon, 3 Jul 2023 13:34:03 -0600 Subject: [PATCH] update pr tmpl (#7095) --- .github/PULL_REQUEST_TEMPLATE.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index fd6507b85b7..e01a43ea0c6 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -12,11 +12,11 @@ If you're adding a new integration, please include: 2. an example notebook showing its use. Maintainer responsibilities: - - General / Misc / if you don't know who to tag: @dev2049 + - General / Misc / if you don't know who to tag: @baskaryan - DataLoaders / VectorStores / Retrievers: @rlancemartin, @eyurtsev - - Models / Prompts: @hwchase17, @dev2049 + - Models / Prompts: @hwchase17, @baskaryan - Memory: @hwchase17 - - Agents / Tools / Toolkits: @vowelparrot + - Agents / Tools / Toolkits: @hinthornw - Tracing / Callbacks: @agola11 - Async: @agola11