1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-09 09:34:49 +09:00

Clarify pre-merge commit squash guidance (#43664)

This commit is contained in:
Koundinya Veluri 2020-10-20 18:29:02 -04:00 committed by GitHub
parent b3b0b587f8
commit 7664a9adb0
Signed by: github
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 5 deletions

View file

@ -67,10 +67,6 @@ We use and recommend the following workflow:
- The next official build will automatically include your change.
- You can delete the branch you used for making the change.
Note: It is OK for your PR to include a large number of commits. Once your change is accepted, you will be asked to squash your commits into one or some appropriately small number of commits before your PR is merged.
Note: It is OK to create your PR as "[WIP]" on the upstream repo before the implementation is done. This can be useful if you'd like to start the feedback process concurrent with your implementation. State that this is the case in the initial PR comment.
## Up for Grabs
The team marks the most straightforward issues as [up for grabs](https://github.com/dotnet/runtime/labels/up-for-grabs). This set of issues is the place to start if you are interested in contributing but new to the codebase.