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
Next revisionBoth sides next revision
contribute:bugs:start [2019/02/26 23:24] – [Fixing Bugs] alexxconscontribute:bugs:start [2019/09/08 09:47] kevinbowen
Line 44: Line 44:
 Not familiar with git? [[contribute/dev/git/start|This manual]] will help you to get started.  Not familiar with git? [[contribute/dev/git/start|This manual]] will help you to get started. 
  
-Read our [[contribute/dev/coding/example|beginners example on how to fix a simple xfce bug]]. +To get started, best read our [[contribute/dev/coding/example|beginners example on how to fix a simple xfce bug]].
-===== 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. 
- 
-The right approach for larger changes is to discuss them on the mailing list, or on #xfce-dev (on freenode) first. 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 it would benice if you could write a patch that implements the new feature.