| 1 | |
| 2 | == Bug Reporting Guidelines == |
| 3 | |
| 4 | '''Steps to Report a Bug''' |
| 5 | 1. Search the FRP bug report to see if this bug has already been reported |
| 6 | 1. If not click on New Ticket or goto URL http://trac.sahanapy.org/newticket |
| 7 | 1. Describe the bug using the template and guidelines below and ideally add a screenshot |
| 8 | |
| 9 | |
| 10 | '''Bug Priorities''' (a scale for WFP-FRP specifically) |
| 11 | * Critical - big functionality, stability and data integrity defects |
| 12 | * Major - Functionality defects, mis-expectations on key requirements |
| 13 | * Minor - UI, Style, Usability defects |
| 14 | * Trivial - Minor alignment issues, nice to have |
| 15 | |
| 16 | Example: |
| 17 | {{{ |
| 18 | System Tested: |
| 19 | Dev/UAT/Prod (select one and specify if it is the dev, UAT or production version) |
| 20 | |
| 21 | Release Version: |
| 22 | Sahana r603 (2010-01-24 13:02:53) - You can obtain this from the Help->About menu (http://haiti.sahanafoundation.org/prod/default/about) |
| 23 | |
| 24 | Browser: |
| 25 | Firefox 3.5 |
| 26 | Windows XP |
| 27 | |
| 28 | Prerequisites: |
| 29 | User should be logged in to the system. |
| 30 | |
| 31 | Steps: |
| 32 | 1) Click ‘Mapping’. |
| 33 | 2) Click ‘Map Service Catalogue’. |
| 34 | 3) Click ‘Features’. |
| 35 | 4) Click on an ID in the Location list. (The 'Edit location' page will appear.) |
| 36 | 6) Remove the value in the 'Latitude' field. (This step is optional) |
| 37 | 5) Click on 'Conversion Tool' link. |
| 38 | |
| 39 | Expected Result: |
| 40 | |
| 41 | The Converter should appear. |
| 42 | |
| 43 | Actual Result: |
| 44 | |
| 45 | Clicking the link results nothing. Converter doesn't appear. |
| 46 | }}} |