You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: contributing/development-setup.md
+1
Original file line number
Diff line number
Diff line change
@@ -50,6 +50,7 @@ For more explained information about plugin override check [Development Override
50
50
- Make sure that the PR title follows [*Conventional Commits*](https://www.conventionalcommits.org/).
51
51
- Add comments around your new code that explain what's happening.
52
52
- 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.
53
54
- 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.
0 commit comments