Skip to content

Commit

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

### Concrete Adapter Testing

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 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

- [ ] 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 5741dc2

Please sign in to comment.