From 2928df27a930a2a96b83ae30947d238fbf23fee1 Mon Sep 17 00:00:00 2001 From: Joel Labes Date: Wed, 17 Aug 2022 12:17:47 +1200 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 98cd4e8a..1cfd8a21 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,6 +2,8 @@ `dbt-utils` is open source software. It is what it is today because community members have opened issues, provided feedback, and [contributed to the knowledge loop](https://www.getdbt.com/dbt-labs/values/). Whether you are a seasoned open source contributor or a first-time committer, we welcome and encourage you to contribute code, documentation, ideas, or problem statements to this project. +Remember: all PRs (apart from cosmetic fixes like typos) should be [associated with an issue](https://docs.getdbt.com/docs/contributing/oss-expectations#pull-requests). + 1. [About this document](#about-this-document) 1. [Getting the code](#getting-the-code) 1. [Setting up an environment](#setting-up-an-environment)