Skip to content

Commit

Permalink
revise.
Browse files Browse the repository at this point in the history
  • Loading branch information
VersusFacit committed Dec 19, 2024
1 parent c9fc475 commit 882848b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 882848b

Please sign in to comment.