Skip to content

Commit e95c70f

Browse files
authored
doc: Update guidelines for external contributors to squash commits (#3243)
1 parent b202323 commit e95c70f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

contributing/development-setup.md

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ For more explained information about plugin override check [Development Override
5050
- Make sure that the PR title follows [*Conventional Commits*](https://www.conventionalcommits.org/).
5151
- Add comments around your new code that explain what's happening.
5252
- Commit and push your changes to your branch then submit a pull request against the `master` branch.
53+
- We recommend squashing commits into one. This enables us to correctly cherry-pick your changes for merge, see [Merging a Pull Request](#merging-a-pull-request) below for details.
5354
- A repo maintainer will review your pull request. **Note**: If you have an active [MongoDB Atlas Support](https://www.mongodb.com/services/support/atlas-support-plans) contract, we recommend also creating a support ticket for any questions related to this process.
5455

5556
### Merging a Pull Request

0 commit comments

Comments
 (0)