Xfce Wiki

Sub domains
 

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
contribute:dev:git:start [2020/05/14 01:35] ochosicontribute:dev:git:start [2020/05/14 01:37] – [GitLab Forks and Merge Requests] ochosi
Line 76: Line 76:
 ===== GitLab Forks and Merge Requests ===== ===== GitLab Forks and Merge Requests =====
  
-If you want to contribute code the best way is to get a contributor's account and fork the project you would like the contribute to.+If you want to contribute code the best way is to get a contributor's account and fork the project you would like the contribute to and file a [[https://docs.gitlab.com/ee/user/project/merge_requests/|merge request]].
   - Fork the project   - Fork the project
   - Clone your fork   - Clone your fork
   - Create a new branch   - Create a new branch
   - Change and push your code to your fork/branch   - Change and push your code to your fork/branch
-  - Start a merge request and allow maintainers to change your branch (this means maintainers can rebase your branch on top of master using the GitLab Web UI)+  - Start a merge request and [[https://docs.gitlab.com/ee/user/project/merge_requests/allow_collaboration.html|allow maintainers to change your branch]] (this means maintainers can rebase your branch on top of master using the GitLab Web UI)
   - Wait patiently   - Wait patiently