These guidelines explainhow to write a good bug report or feature request (a task) inWikimedia's task tracker (seePhabricator for more information). Well-written tasks are more likely to be worked on quickly.
Try to reproduce your bug using a recent version of the software, to see whether it has already been fixed. If the bug is on a wiki site like Wikipedia, you could try testing the latest software version ontest2.wikipedia.org.
Use the search box ofWikimedia's bugtracker to see if your bug has already been reported, or the feature requested. You can also perform more advanced searches on theadvanced search page.
If you are unsure whether a bug has already been reported, you should report the bug. It is better to have duplicate bugs than it is to have unreported bugs.
Some problems are a consequence of using user scripts and gadgets which need some fixes.There isa guide available with steps how you can identify such code, which could fix your issue so that you do not waste your time reporting it.
Some issues relate to older cached HTML being served alongside newer JavaScript where the two are incompatible. To help determine if this is the cause it is helpful topurge the page, refresh the page and see if the issue persists and include this information in your bug report.
If you have faced a bug in a recent version and no one else appears to have reported it, then:
"Selecting gender is not functional on Special:Preferences"
"Software crashes"
Go tohttps://en.wikipedia.org with Internet Explorer version 10.0;
Make sure you are logged in;
Select "My Preferences" menu;
Go to "Gender" and select female gender from box list;
Click "Save" button.
"There is no female gender in front of my username."
"My gender is shown in front of my username."
"As a new editor, I would like to be acknowledged for my contribution to the project, so that I feel welcomed and valued"
MediaWiki-General
project for the wiki software itself, orWikimedia-Site-Requests
for configuration changes on a Wikimedia site (seeSelecting projects).Check if your report is complete, then press the "Create Task" button. Your report will now be in the database.This allows somebody interested in the report to look at it andpotentially work on it.
The priority for the task will be set by developers if they plan to work on the task (seeSetting priorities).
That's all! Thanks for your help to improve MediaWiki and Wikimedia projects!
A lot of functionality, such as gadgets, user scripts, and some parts of MediaWiki, rely onJavaScript.
When you encounter a bug that may be related toJavaScript, do your best toidentify error messages and copy them into the bug report.
It's especially important to provide all the information you have, because even the system administrators will have zero access to any error log.
If the problem is in the code of a user script or gadget itself, then Phabricator might not be the place where the problem will get handled.[1] Someone might redirect you to the talk page of the script (if the problematic script is identified).
If you are having difficulties reaching a Wikimedia website at all (slow internet connection etc.), please followhttps://wikitech-static.wikimedia.org/wiki/Reporting_a_connectivity_issue
If you are having problems logging into your account, please followManual:How to debug/Login problems.