From 7becf1fbd59d146edca2a94a1dd2fc56e5d74a0b Mon Sep 17 00:00:00 2001 From: Shub <125150494+shubcodes@users.noreply.github.com> Date: Tue, 6 May 2025 12:36:26 -0400 Subject: [PATCH] Update CONTRIBUTING.md (#393) added additional pr guideline for toolkits -- separate pr for each toolkit change --------- Co-authored-by: Eric Gustin <34000337+EricGustin@users.noreply.github.com> --- CONTRIBUTING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c90c08ea..1c095309 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -131,3 +131,7 @@ Before you submit a pull request, check that it meets these guidelines: 2. If the pull request adds functionality, the docs should be updated. Put your new functionality into a function with a docstring, and add the feature to the list in `README.md`. + +3. If making contributions to multiple toolkits (i.e. Google and Slack, etc.), submit a separate pull request for each. + This helps us segregate the changes during the review process making it more efficient. +