Hvordan reportere en bug
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.
Bug rapporter må bli skrevet på engelsk. Vis du ikke kan skrive engelsk godt nok, prøv å oversett med Google Oversetter.
Contents
Hurtig rekommendasjoner for rapporter[edit | edit source]
- Vær nøyaktig
- Vær klar: Forklar hvordan man kan skape problemet, steg for steg, så andre kan skape det samme problemet
- Inkluder bare ett problem per rapport
Før du gjør noe som helst[edit | edit source]
Kan du skape problemet på nytt ?[edit | edit source]
Prøv å reproduser ditt problem ved å bruke en lingnende verson av programmet, for å se om det har allerede blitt fikset. Vis problemet er på en av wiki sidene som for eksempel Wikipedia kan du prøve å teste det seneste versonen av programmet på test2.wikipedia.org
Har noen andre allerede rapportert problemet?[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.
Rapportere et nytt problem eller en funksjons forespørsel[edit | edit source]
Vis du har møtt på et problem i en senere verson og ingen andre ser ut til å rapportert det, så :
- 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").
- Fyll ut ivertfall følgene felt:
- 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!