From 7a6c05659fa8c3bc86e335339baed89a2e7e7347 Mon Sep 17 00:00:00 2001 From: Doug Beatty <44704949+dbeatty10@users.noreply.github.com> Date: Wed, 5 Jun 2024 05:58:39 -0600 Subject: [PATCH] Contributing guide instructions for allowing commits from maintainers --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 62485bdf..f5c5e19d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -12,6 +12,8 @@ Remember: all PRs (apart from cosmetic fixes like typos) should be [associated w 1. [Adding CHANGELOG Entry](#adding-changelog-entry) 1. [Submitting a Pull Request](#submitting-a-pull-request) +Enable greater collaboration by selecting ["Allow edits from maintainers"](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork#enabling-repository-maintainer-permissions-on-existing-pull-requests) which will allow commits on your PR branch. + ## About this document There are many ways to contribute to the ongoing development of `dbt-utils`, such as by participating in discussions and issues. We encourage you to first read our higher-level document: ["Expectations for Open Source Contributors"](https://docs.getdbt.com/docs/contributing/oss-expectations).