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 [2021/05/11 20:59] – added OpenCollective USD donation link kevinbowencontribute:start [2024/02/29 22:16] (current) – add link to Open Collective wiki page kevinbowen
Line 6: Line 6:
 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. 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.
  
-If you would like to donate to Xfce, please see the [[start#Donations|Donations]] section.+If you would like to donate to Xfce, please see the [[start#Financial Contributions|Donations]] section.
  
   * **[[#Bug Reporting and Testing|Bug Reporting and Testing]]**   * **[[#Bug Reporting and Testing|Bug Reporting and Testing]]**
Line 12: Line 12:
   * **[[#Development|Development]]**   * **[[#Development|Development]]**
   * **[[#Documentation|Documentation]]**   * **[[#Documentation|Documentation]]**
-  * **[[#Donations|Donations]]**+  * **[[#Financial Contributions|Financial Contributions]]**
   * **[[#Feature Requests|Feature Requests]]**   * **[[#Feature Requests|Feature Requests]]**
   * **[[#Translation|Translation]]**   * **[[#Translation|Translation]]**
Line 20: Line 20:
 ===== 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://gitlab.xfce.org/|Xfce GitLab 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]].+One of the most useful tasks that we rely on the community for is testing and reporting of bugs.  
 + 
 +  * 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 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]].
  
  
Line 53: Line 63:
 ---- ----
    
-===== Donations =====+===== Financial Contributions =====
  
-If you wish to donate to Xfce, you can do so via [[https://www.opencollective.com/xfce/donate|Xfce’s OpenCollective page]]. You can freely donate to the organization itselfor 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.+**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 2021, Xfce 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]]. Alternativelyif 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}}]] [[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]] 
  
 ---- ----
Line 65: Line 90:
 Although the philosophy of Xfce is to find the correct balance between features and lightweight, it is still possible to request new features. Although the philosophy of Xfce is to find the correct balance between features and lightweight, it is still possible to request new features.
  
-The right approach for larger changes is to discuss them on the mailing listor on our IRC channel [[irc://irc.freenode.net/#xfce-dev|#xfce-dev on Freenode]] first. You might think your idea is brilliant, but there is a high possibility that there are major downsides.+If you plan to request a new featureplease first check on our [[https://gitlab.xfce.org/xfce|issue tracker]] if someone else already filed a request for itIf 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.
  
-Afterwards a bug can be opened in the bug tracker. Make sure the //Importance// is set to //normal// and //enhancement//.+Obviously, the best way to get your new feature integrated isto provide a merge request that implements it !
  
-Obviouslyit would be nice if you could write patch that implements the new feature.+Please note that some components are rather unmaintainedso you might not always get reply.
  
 ---- ----