You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-11-25 05:23:13 +03:00
Update CONTRIBUTING.md (#2380)
This commit is contained in:
committed by
GitHub
parent
f78fed5ede
commit
c7f6777e48
@@ -249,7 +249,10 @@ Merge Strategy
|
|||||||
|
|
||||||
The preferred method for merging pull requests is squash merging to keep the
|
The preferred method for merging pull requests is squash merging to keep the
|
||||||
commit history trim, but it is up to the discretion of the team member merging
|
commit history trim, but it is up to the discretion of the team member merging
|
||||||
the change. When stacking pull requests, you may wish to do the following:
|
the change. We do not support rebase merges due to `allchange` being unable to
|
||||||
|
handle them. When merging make sure to leave the default commit title, or
|
||||||
|
at least leave the PR number at the end in brackets like by default.
|
||||||
|
When stacking pull requests, you may wish to do the following:
|
||||||
|
|
||||||
1. Branch from develop to your branch (branch1), push commits onto it and open a pull request
|
1. Branch from develop to your branch (branch1), push commits onto it and open a pull request
|
||||||
2. Branch from your base branch (branch1) to your work branch (branch2), push commits and open a pull request configuring the base to be branch1, saying in the description that it is based on your other PR.
|
2. Branch from your base branch (branch1) to your work branch (branch2), push commits and open a pull request configuring the base to be branch1, saying in the description that it is based on your other PR.
|
||||||
|
|||||||
Reference in New Issue
Block a user