Hibák jelzése
These guidelines explain how to write a good bug report or feature request in Wikimedia's bugtracker (see Phabricator for more information). Effective bug reports are the most likely to be fixed.
A hibajelentéseket angolul kell írni. Ha nem tudsz angolul, kérj meg valakit, hogy fordítsa le neked; legvégső esetben használhatsz gépi fordítást is (mint például a Google Translate).
Contents
A legfontosabbak röviden[edit | edit source]
- Fogalmazz pontosan.
- Fogalmazz világosan: magyarázd el, hogy lehet előidézni a hibát, lépésről lépésre, hogy mások is tudjanak kísérletezni vele.
- Egy hibajelentésben csak egy hibáról írj.
Mielőtt bármit tennél[edit | edit source]
Before you do anything[edit | edit source]
Megismételhető az eset?[edit | edit source]
Próbáld meg újra előidézni a hibát a szoftver legfrissebb verziójával - lehet, hogy időközben már kijavították. Ha a hiba magában a wiki szoftverben van, azaz a Wikipédia vagy egy másik wiki működik hibásan, a szoftver legfrissebb verzióját a test2.wikipedia.org oldalon próbálhatod ki.
Jelezte már más is a hibát?[edit | edit source]
Use the search box of Wikimedia's bugtracker to see if your bug has already been reported. You can also perform more advanced searches on the advanced search page.
Reporting a new bug or feature request[edit | edit source]
If you have faced a bug in a recent version and no one else appears to have reported it, then:
- Go to phabricator.wikimedia.org and click "Maniphest" in the side bar.
- Choose "Create task" in the upper corner.
- You will be asked to log in (or register) if you have not already done so (see "Creating your account").
- Fill out at least the following fields:
- Title: A short one-sentence summary that explains the problem (not your suggested solution).
- Good: "Selecting Gender is not functional."
- Bad: "Software crashes."
- Assigned to: You can ignore this field: Developers will set an assignee when they plan to work on the task.
- CC: You can ignore this field: If you know specific users who will be interested in getting notified of this task you can add them here.
- Priority: You can ignore this field: In general, the priority is set by developers who plan to work on the task (see "Setting priorities").
- Title: A short one-sentence summary that explains the problem (not your suggested solution).
- Select the project(s) in which you've found the bug:
- This could be for example the MediaWiki-General-or-Unknown project for the wiki software itself, or Wikimedia-General-or-Unknown for configuration changes of the Wikimedia wiki sites (see "Selecting projects").
- Security: Set this to "Security or Sensitive bug" if many users could be harmed by the security problem that you are reporting. Your report will be kept hidden from the public until it is resolved.
- Description: Full details of the issue, giving as much detail as possible. This can include:
- For bugs:
- Steps to Reproduce: Minimized, easy-to-follow steps that will trigger the described problem. Include any special setup steps.
- Example:
- Go to https://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.
- Example:
- Actual Results: What the application did after performing the above steps.
- Example:
- "There is no female gender in front of my user name."
- Example:
- Expected Results: What the application should have done, if there was no bug.
- Example:
- "My gender is shown in front of my user name."
- Example:
- Steps to Reproduce: Minimized, easy-to-follow steps that will trigger the described problem. Include any special setup steps.
- For feature requests:
- A description of what you would like to achieve, and why. A user story is an effective way of conveying this.
- Example:
- "As a new editor, I would like to be acknowledged for my contribution to the project, so that I feel welcomed and valued"
- Example:
- A description of what you would like to achieve, and why. A user story is an effective way of conveying this.
- Please also provide any other information that might be useful, such as:
- the web browsers, skins, or computer systems you've seen the bug on;
- links or diffs to one or more pages where you encountered the bug; or
- whether the problem appears every time, only occasionally, only on certain pages, or only in specific circumstances.
- For bugs:
- To attach a log file or screenshot (but make sure that no confidential data is included or shown), click the Upload File button (a cloud with an arrow) in the tool bar of the Description field.
Check if your report is complete, then press the "Create Task" button. Your report will now be in the database and somebody will hopefully take a look at it soon.
That's all! Thanks for your help to improve MediaWiki and Wikimedia projects!