Skip to content

Commit 2d1d810

Browse files
authored
Add a PR checklist item for "I have read the contributing guide..." as a catch-all (#905)
1 parent 3908596 commit 2d1d810

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/pull_request_template.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ Describe your changes, and why you're making them.
2020
- [ ] Postgres
2121
- [ ] Redshift
2222
- [ ] Snowflake
23-
- [ ] I followed guidelines to ensure that my changes will work on "non-core" adapters by:
24-
- [ ] dispatching any new macro(s) so non-core adapters can also use them (e.g. [the `star()` source](https://github.com/dbt-labs/dbt-utils/blob/main/macros/sql/star.sql))
25-
- [ ] using the `limit_zero()` macro in place of the literal string: `limit 0`
26-
- [ ] using `dbt.type_*` macros instead of explicit datatypes (e.g. `dbt.type_timestamp()` instead of `TIMESTAMP`
23+
- [ ] I have read [the contributing guide](https://github.com/dbt-labs/dbt-utils/blob/main/CONTRIBUTING.md) and understand what's expected of me
2724
- [ ] I have updated the README.md (if applicable)
2825
- [ ] I have added tests & descriptions to my models (and macros if applicable)

0 commit comments

Comments
 (0)