Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add test prompt in PR template. #391

Merged
merged 3 commits into from
Dec 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading