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
contribute:dev:git:start [2024/02/09 07:45] – [GitLab Forks and Merge Requests] alexxconscontribute:dev:git:start [2024/04/14 10:35] (current) – [GitLab Forks and Merge Requests] gael
Line 108: Line 108:
 ===== 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 to contribute to and file a [[https://docs.xfce.org/ee/user/project/merge_requests/|merge request]]. +If you want to contribute code, the best way is to get a contributor's account and fork the project you would like to contribute to and file a [[https://gitlab.xfce.org/help/user/project/merge_requests/index.md|merge request]]. 
-  - Ask for fork permissions [[/contribute/start#communication|on the mailing list or in our IRC/Matrix channel]] +  - Ask for fork permissions [[/contribute/start#communication|on the mailing list or in our Matrix channel]] 
-  - Fork the project +  - Fork the project via the GitLab UI 
-  - Clone your fork+  - Clone your fork locally
   - **Create a new branch** (try to use a descriptive name), don't use "master" (otherwise we cannot rebase and merge your branch)   - **Create a new branch** (try to use a descriptive name), don't use "master" (otherwise we cannot rebase and merge your branch)
   - Change and push your code to your fork/branch   - Change and push your code to your fork/branch