diff --git a/.github/PULL_REQUEST_TEMPLATE/new-model-provider.md b/.github/PULL_REQUEST_TEMPLATE/new-model-provider.md index 34bf35a6..60384b48 100644 --- a/.github/PULL_REQUEST_TEMPLATE/new-model-provider.md +++ b/.github/PULL_REQUEST_TEMPLATE/new-model-provider.md @@ -30,7 +30,6 @@ Please describe the tests that you ran to verify your changes. Provide instructi - [ ] My changes generate no new warnings - [ ] I have added tests that prove my fix is effective or that my feature works - [ ] New and existing unit tests pass locally with my changes - - [ ] I've reviewed the provider API documentation and implemented the types of response accurately ## Notes diff --git a/.github/PULL_REQUEST_TEMPLATE/new-vector-store.md b/.github/PULL_REQUEST_TEMPLATE/new-vector-store.md index 9260d7a9..b1ab9c7f 100644 --- a/.github/PULL_REQUEST_TEMPLATE/new-vector-store.md +++ b/.github/PULL_REQUEST_TEMPLATE/new-vector-store.md @@ -32,7 +32,6 @@ Please describe the tests that you ran to verify your changes. Provide instructi - [ ] I have added tests that prove my fix is effective or that my feature works - [ ] New and existing unit tests pass locally with my changes - [ ] Any dependent changes have been merged and published in downstream modules - - [ ] I've reviewed the vector store API documentation and implemented the types of response accurately ## Notes