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 [2020/06/20 00:25] – Update links to https://gitlab.xfce.org andreldm
Line 1: Line 1:
 ====== Bug Reporting and Fixing====== ====== Bug Reporting and Fixing======
  
-One of the most useful tasks that we rely on the community for is testing and reporting of bugs. Since Xfce runs on various platform and in a lot of different setups, testing all changes in every possible situation is an impossible task. As such we kindly ask users to assist in testing, and reporting all bugs they may find, using our [[https://bugzilla.xfce.org|bug tracker]].+One of the most useful tasks that we rely on the community for is testing and reporting of bugs. Since Xfce runs on various platform and in a lot of different setups, testing all changes in every possible situation is an impossible task. As such we kindly ask users to assist in testing, and reporting all bugs they may find, using our [[https://gitlab.xfce.org|issue tracker]].
  
 ===== Crashes ===== ===== Crashes =====
Line 10: Line 10:
  
 ==== Search First ==== ==== Search First ====
-Search the [[https://bugzilla.xfce.org|bug tracker]] and look if the issue is already known. Also look through the resolved bugs because the issue might be fixed already, but has not been released or applied downstream. Peeking the [[http://git.xfce.org/xfce|GIT repository]] might help for the latter.+Search the [[https://gitlab.xfce.org|issue tracker]] and look if the issue is already known. Also look through the resolved bugs because the issue might be fixed already, but has not been released or applied downstream. Peeking the [[https://gitlab.xfce.org|GIT repository]] might help for the latter.
  
 ==== Report ==== ==== Report ====
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.