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>
This commit is contained in:
Shub 2025-05-06 12:36:26 -04:00 committed by GitHub
parent 31470f8954
commit 7becf1fbd5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.