Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
wireplumber
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pkg
wireplumber
Commits
7b575244
Commit
7b575244
authored
4 years ago
by
George Kiagiadakis
Browse files
Options
Downloads
Patches
Plain Diff
doc/contributing: add a note about rebasing merge requests
parent
ca42b09c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/contributing.md
+9
-3
9 additions, 3 deletions
docs/contributing.md
with
9 additions
and
3 deletions
docs/contributing.md
+
9
−
3
View file @
7b575244
...
...
@@ -58,9 +58,15 @@ To do this,
1.
fork the project on https://gitlab.freedesktop.org/pipewire/wireplumber
2.
clone the forked project on your computer
3.
make changes in a new git branch
4.
push that branch on the forked project
5.
follow the link shown by
`git push`
to create the merge request
(or alternatively, visit your forked project on gitlab and create it from there)
4.
rebase your changes on top of the latest
`master`
of the main repository
5.
push that branch on the forked repository
6.
follow the link shown by
`git push`
to create the merge request
(or alternatively, visit your forked repository on gitlab and create it from there)
While creating the merge request, it is important to enable the
`allow commits from members who can merge to the target branch`
option
so that maintainers are able to rebase your branch, since WirePlumber uses
a fast-forward merge policy.
For more detailed information, check out
[
gitlab's manual on merge requests
](
https://docs.gitlab.com/ee/user/project/merge_requests/creating_merge_requests.html
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment