Skip to content

Commit

Permalink
Add test prompt in PR template.
Browse files Browse the repository at this point in the history
  • Loading branch information
VersusFacit committed Dec 19, 2024
1 parent 213a4b3 commit c9fc475
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,17 @@ resolves #
tradeoffs you considered.
-->

### 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:
* [ ] Postgres
* [ ] Snowflake
* [ ] Spark
* [ ] Redshift
* [ ] Bigquery

Please link each CI workflow in this checklist here or in a separate PR comment.

### Checklist

- [ ] I have read [the contributing guide](https://github.com/dbt-labs/dbt-adapters/blob/main/CONTRIBUTING.md) and understand what's expected of me
Expand Down

0 comments on commit c9fc475

Please sign in to comment.