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:start [2019/09/07 03:05] – [Development] kevinbowencontribute:start [2024/02/29 22:16] (current) – add link to Open Collective wiki page kevinbowen
Line 1: Line 1:
 +~~NOTOC~~ 
 +{{ :xfce-64x64.png?nolink|}}
 ====== How to contribute to Xfce ====== ====== How to contribute to Xfce ======
 Xfce is developed by a small group of hard-working volunteers. There are many ways in which you can contribute to Xfce, all of which are most welcome! Xfce is developed by a small group of hard-working volunteers. There are many ways in which you can contribute to Xfce, all of which are most welcome!
  
-===== Development =====+For a more in-depth look at how to contribute to Xfce, it is recommended to read [[https://andreldm.com/2018/12/03/xfce-contributor-guide.html|The Ultimate Contributor's Guide to Xfce]] for additional helpful information.
  
-See the [[:contribute:dev:start|Xfce Development Information]] page for details on getting a contributor's account, working with Git and Xfce source code, and instructions for making releases. +If you would like to donate to Xfce, please see the [[start#Financial Contributions|Donations]] section.
-   +
-===== Translation ===== +
-Applications, manuals, documentation and many other aspects of Xfce are all translated into different languages. Translations are handled in [[https://www.transifex.com/xfce/public|Transifex]]a web-based translation platform. Visit the [[.:translate/start|translation docs]] to get started with translating.+
  
-===== Donations ===== +  * **[[#Bug Reporting and Testing|Bug Reporting and Testing]]** 
-If you wish to donate to Xfce, you can do so via [[https://www.bountysource.com/teams/xfce|Xfce’s Bountysource page]]. You can freely donate to the organization itself, or offer a reward to fix a specific bug. Every donation is greatly appreciated, but please remember, this is an open source project that is 100% run by volunteers, no one is implicitly obliged to act upon your requests.+  * **[[#Communication|Communication]]** 
 +  * **[[#Development|Development]]** 
 +  * **[[#Documentation|Documentation]]** 
 +  * **[[#Financial Contributions|Financial Contributions]]** 
 +  * **[[#Feature Requests|Feature Requests]]** 
 +  * **[[#Translation|Translation]]**
  
-{{https://www.bountysource.com/badge/team?team_id=849&style=raised&.jpg?}}+----
  
 ===== Bug Reporting and Testing ===== ===== Bug Reporting and Testing =====
-One of the most useful tasks that we rely on the community for is testing and reporting of bugs, you can report bugs on the [[https://bugzilla.xfce.org/|Xfce Bugzilla site]], the [[https://mail.xfce.org/mailman/listinfo/xfce-bugs|Xfce-bugs mailing list]], or you can ask on our IRC channel [[irc://irc.freenode.net/#xfce|#xfce on Freenode]] for help. Please do not use the forums to report bugs. Before submitting a bug, please try your best to check if it has already been reported. When writing your bug report, try to be as descriptive as possible, but avoid verbosity; Mozilla has a nice guide on [[https://developer.mozilla.org/en-US/docs/Mozilla/QA/Bug_writing_guidelines|how to write a bug report]]. For more information, see [[.:bugs/start|Bug Reporting and Fixing]]. 
  
-===== Documentation ===== +One of the most useful tasks that we rely on the community for is testing and reporting of bugs.  
-The [[https://wiki.xfce.org/|Xfce Wiki]] and [[https://docs.xfce.org/|Documentation]] contain many helpful pages that require maintaining and updating with every new releaseThe wiki is freely available for anyone to editrefer [[documentation|here]] for information on how to contribute to the documentation.+ 
 +  * You can report bugs on [[https://gitlab.xfce.org/|Xfce GitLab site]] 
 + 
 +  * You can ask for help on [[https://docs.xfce.org/contribute/dev/start#communication_with_the_xfce_development_team|various channels]]. 
 + 
 +  * Please do not use the forums to report bugs.  
 + 
 +Before submitting a bugplease try your best to check if it has already been reported. When writing your bug report, try to be as descriptive as possible, but avoid verbosity; Mozilla has a nice guide on [[https://developer.mozilla.org/en-US/docs/Mozilla/QA/Bug_writing_guidelines|how to write a bug report]].  
 + 
 +For more information, see [[.:bugs/start|Bug Reporting and Fixing]]. 
 + 
 + 
 +  * For a list of currently open bugs, see the [[:contribute:bugs:bug-summary|open bugs summary]]. 
 + 
 +If you want to test the current state of Xfce 4.16, you can look at the [[https://wiki.xfce.org/testing/xfce-test|Xfce-Test Quick Start Guide]], which provides instructions for running a Docker container with the lastest code from git master as well as the ability to run [[https://github.com/behave/behave|Behave]] (behaviour-driven development) tests. 
 + 
 +  * As of November 2020, OpenSUSE is now providing a source for "Xfce’s latest builds based on openSUSE’s rolling release Tumbleweed". This is available as a QEMU based virtual machine.   
 +  * [[https://news.opensuse.org/2020/11/23/xfce-raw-images/|Xfce Virtual Machine Images For Development]] provides additional information for its installation and bug reporting instructions. 
 + 
 +----
  
 ===== Communication ===== ===== Communication =====
 There are various ways to get in touch with Xfce developers: There are various ways to get in touch with Xfce developers:
  
-   * For general questions, [[https://forum.xfce.org/|Xfce's Forum]], the [[https://mail.xfce.org/mailman/listinfo/xfce|Xfce mailing list]], and our IRC channel [[irc://irc.freenode.net/#xfce|#xfce on Freenode]]  are the places to go. +See the [[https://docs.xfce.org/contribute/dev/start#communicating_with_the_xfce_development_team|Xfce Development Information]] page for information on contacting the Xfce development team.
-   * For any translation stuff, join the [[https://mail.xfce.org/mailman/listinfo/xfce-i18n|Xfce-i18n mailing list]]. +
-   * For anything code related, go to the [[https://mail.xfce.org/mailman/listinfo/xfce4-dev|Xfce-dev mailing list]], or our IRC channel [[irc://irc.freenode.net/#xfce-dev|#xfce-dev on Freenode]].+
  
-All Xfce developers have a real life and live across multiple time zones. If you don't get an answer straight away, be patient and stay online!+----
  
-===== Further Reading ===== +===== Development ===== 
-For a more in-depth look at how to contribute to Xfce, it is recommended to read [[https://andreldm.com/2018/12/03/xfce-contributor-guide.html|The Ultimate Contributor's Guide to Xfce]] for more information.+ 
 +See the [[:contribute:dev:start|Xfce Development Information]] page for details on getting contributor's account, working with Git and Xfce source code, and instructions for making releases. 
 +As well check the [[https://wiki.xfce.org/|Xfce Wiki]] more development hints, tips and tricks. 
 + 
 +---- 
 + 
 +===== Documentation ===== 
 + 
 +The [[https://wiki.xfce.org/|Xfce Wiki]] and [[https://docs.xfce.org/|Documentation]] contain many helpful pages that require maintaining and updating with every new release. The wiki is freely available for anyone to edit, refer [[documentation|here]] for information on how to contribute to the documentation. 
 +The [[https://developer.xfce.org/|API reference]] is automatically updated on a weekly basis based on the latest stable releases. 
 + 
 +---- 
 +  
 +===== Financial Contributions ===== 
 + 
 +**Update: May 2023:** At this time, we are temporarily pausing our acceptance of donations. We would like to thank everyone who has previously contributed to the Xfce project. Your support is greatly appreciated! Thank you! 
 + 
 +As of May 2021Xfce has moved its fiscal hosting to OpenCollective. We are now able to accept financial contributions in both US Dollars as well as Euros.  
 +If you wish to donate to Xfce in USD or with PayPal, you can do so by visiting [[https://www.opencollective.com/xfce/donate|Xfce’s OpenCollective page]]. Alternatively, if you wish to contribute in Euros, visit [[https://www.opencollective.com/xfce-eu/donate|Xfce’s EU OpenCollective page]]. Every donation is greatly appreciated, but please remember, this is an open source project that is 100% run by volunteers, no one is implicitly obliged to act upon your requests. 
 + 
 +For contributions in USD (SWIFT transfers / PayPal / credit card): 
 + 
 +[[https://opencollective.com/xfce/donate|{{:contribute:oc_donate_button30px.png}}]] 
 +Note: For financial contributions to the Xfce Collective, there is a 10% transaction fee. 
 + 
 +For contributions in EUR (SEPA transfers credit card): 
 + 
 +[[https://opencollective.com/xfce-eu/donate|{{:contribute:oc_donate_button30px.png}}]] 
 +Note: For financial contributions to the Xfce (EU) Collective, there is a 6% transaction fee. Additionally, SEPA transfers may take several business days to process and will not appear in the transaction records immediately. 
 + 
 +For a list of our supporters and details on individual transactions, see our [[supporters|Supporters page]]. 
 + 
 +For additional details regarding Open Collective, see [[https://wiki.xfce.org/finance/open-collective|Xfce financial contribution administration - Open Collective]]  
 + 
 +---- 
 + 
 +===== Feature Requests ===== 
 + 
 +Although the philosophy of Xfce is to find the correct balance between features and lightweight, it is still possible to request new features. 
 + 
 +If you plan to request a new feature, please first check on our [[https://gitlab.xfce.org/xfce|issue tracker]] if someone else already filed a request for it. If not, open a new issue and describe your idea in detail. Be warned: You might think your idea is brilliant, but there is a high possibility that there are major downsides. 
 + 
 +Obviously, the best way to get your new feature integrated is, to provide a merge request that implements it ! 
 + 
 +Please note that some components are rather unmaintained, so you might not always get a reply. 
 + 
 +---- 
 + 
 +===== Translation ===== 
 + 
 +Applications, manuals, documentation and many other aspects of Xfce are all translated into different languages. Translations are handled in [[https://www.transifex.com/xfce/public|Transifex]], a web-based translation platform. Visit the [[.:translate/start|translation docs]] to get started with translating.
  
-  * To request a contributor account, please [[https://docs.xfce.org/contribute/dev/get-a-contributor-account|see the docs]] for more information. +[[|Back To Top]] 
-  * Before getting involved with development, it may help to check [[https://wiki.xfce.org/releng/4.14/roadmap|the current roadmap]] to get an overview of our current progress. +---- 
-  * A guide to using GIT can be found [[https://docs.xfce.org/contribute/dev/git/start|here]]. +[[:start|Back to main Xfce documentation page]]
-  * For more information on making a release, see [[https://docs.xfce.org/contribute/dev/make-a-release|Making a Release]]. +
-  * Xfce API documentation can be found on the [[https://wiki.xfce.org/api_documentation|Xfce development Wiki]].+