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 revision
Previous revision
contribute:dev:coding:example [2020/08/30 03:56] – s/Bugzilla/GitLab andreldmcontribute:dev:coding:example [2022/03/28 11:12] (current) – [Building from source] alexxcons
Line 15: Line 15:
 Suppose we are interested in hacking xfce4-appfinder, the first thing we need to do is to build and be able to run that component: Suppose we are interested in hacking xfce4-appfinder, the first thing we need to do is to build and be able to run that component:
  
-<code>git clone git://git.xfce.org/xfce/xfce4-appfinder+<code>git clone https://gitlab.xfce.org/xfce/xfce4-appfinder
 cd xfce4-appfinder cd xfce4-appfinder
 ./autogen.sh --prefix=/usr --enable-debug ./autogen.sh --prefix=/usr --enable-debug
Line 53: Line 53:
 === Sharing Code === === Sharing Code ===
  
-Now you know how to build components and smash bugs, browse [[https://gitlab.xfce.org/|the isssues reported on Gitlab]] and try to fix something that looks easy. If you have an idea on how to fix or some code that seems to work but you are not so sure, don’t be afraid to ask at #xfce-dev. Once you have a good enough solution, follow [[https://docs.xfce.org/contribute/dev/git/start#gitlab_forks_and_merge_requests|these steps]] in order to create a merge request. Wait a few days, if you get no answer, poke us at #xfce-dev or use the Xfce4-dev mailing list. After some merge requests, you may [[https://docs.xfce.org/contribute/dev/get-a-contributor-account|ask commit rights]] and join the dev club, yay!+Now you know how to build components and smash bugs, browse [[https://gitlab.xfce.org/|the isssues reported on Gitlab]] and try to fix something that looks easy. If you have an idea on how to fix some code that seems to work but you are not so sure, don’t be afraid to ask at #xfce-dev. Once you have a good enough solution, follow [[https://docs.xfce.org/contribute/dev/git/start#gitlab_forks_and_merge_requests|these steps]] in order to create a merge request. Wait a few days, if you get no answer, poke us at #xfce-dev or use the Xfce4-dev mailing list. After some merge requests, you may [[https://docs.xfce.org/contribute/dev/get-a-contributor-account|ask commit rights]] and join the dev club, yay!
  
 This page is just an extract of AndreLDM's blog. You may want to read the full [[https://andreldm.com/2018/12/03/xfce-contributor-guide.html|Ultimate Contributor's Guide to Xfce]]. This page is just an extract of AndreLDM's blog. You may want to read the full [[https://andreldm.com/2018/12/03/xfce-contributor-guide.html|Ultimate Contributor's Guide to Xfce]].