From 882848bfab38242e89b95743f8f57de24168511b Mon Sep 17 00:00:00 2001 From: VersusFacit <67295367+VersusFacit@users.noreply.github.com> Date: Wed, 18 Dec 2024 17:47:04 -0800 Subject: [PATCH] revise. --- .github/pull_request_template.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 708c500f..bc82fd93 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -29,14 +29,18 @@ resolves # ### Concrete Adapter Testing -Before marking your pull request `Ready for Review`, please use an integration test workflow in each of the following repos to confirm that your feature ad or bug (1) achieves the desired behavior (2) does not disrupt other concrete adapters: +At the appropriate stage of development or review, please use an integration test workflow in each of the following repos against your branch. + +Use these to confirm that your feature add or bug fix (1) achieves the desired behavior (2) does not disrupt other concrete adapters: * [ ] Postgres * [ ] Snowflake * [ ] Spark * [ ] Redshift * [ ] Bigquery -Please link each CI workflow in this checklist here or in a separate PR comment. +Please link to each CI invocation workflow in this checklist here or in a separate PR comment. + +*Note*: Before hitting merge, best practice is to test against your PR's latest SHA. ### Checklist