Spaces:
Sleeping
Sleeping
| <h1 id="bug-report-tracker">Bug Report Tracker</h1> | |
| <p>This document serves as a central repository for tracking bug reports | |
| at various stages of the development process. It includes sections for | |
| known bugs, fixed bugs, and bugs currently under testing. Each entry | |
| should contain sufficient details to understand and address the issue | |
| effectively.</p> | |
| <h2 id="table-of-contents">Table of Contents</h2> | |
| <ul> | |
| <li><a href="#known-bugs">Known Bugs</a></li> | |
| <li><a href="#fixed-bugs">Fixed Bugs</a></li> | |
| <li><a href="#bugs-under-testing">Bugs Under Testing</a></li> | |
| <li><a href="#reporting-a-new-bug">Reporting A New Bug</a></li> | |
| </ul> | |
| <hr /> | |
| <h2 id="known-bugs">Known Bugs</h2> | |
| <p>List of bugs that have been reported and are acknowledged but not yet | |
| fixed.</p> | |
| <table> | |
| <colgroup> | |
| <col style="width: 10%" /> | |
| <col style="width: 8%" /> | |
| <col style="width: 18%" /> | |
| <col style="width: 13%" /> | |
| <col style="width: 18%" /> | |
| <col style="width: 18%" /> | |
| <col style="width: 13%" /> | |
| </colgroup> | |
| <thead> | |
| <tr class="header"> | |
| <th>Bug ID</th> | |
| <th>Title</th> | |
| <th>Description</th> | |
| <th>Severity</th> | |
| <th>Reported On</th> | |
| <th>Reported By</th> | |
| <th>Comments</th> | |
| </tr> | |
| </thead> | |
| <tbody> | |
| <tr class="odd"> | |
| <td>…</td> | |
| <td>…</td> | |
| <td>…</td> | |
| <td>…</td> | |
| <td>…</td> | |
| <td>…</td> | |
| <td>…</td> | |
| </tr> | |
| </tbody> | |
| </table> | |
| <hr /> | |
| <h2 id="fixed-bugs">Fixed Bugs</h2> | |
| <p>List of bugs that have been fixed. Include the version or commit | |
| where the fix was applied.</p> | |
| <table> | |
| <colgroup> | |
| <col style="width: 3%" /> | |
| <col style="width: 53%" /> | |
| <col style="width: 15%" /> | |
| <col style="width: 7%" /> | |
| <col style="width: 6%" /> | |
| <col style="width: 13%" /> | |
| </colgroup> | |
| <thead> | |
| <tr class="header"> | |
| <th>Bug ID</th> | |
| <th>Title</th> | |
| <th>Fixed In Version/Commit</th> | |
| <th>Fixed On</th> | |
| <th>Fixed By</th> | |
| <th>Comments</th> | |
| </tr> | |
| </thead> | |
| <tbody> | |
| <tr class="odd"> | |
| <td>001</td> | |
| <td>Lack of pre-processing during inferencing was resulting in missing | |
| most detections.</td> | |
| <td>Latest</td> | |
| <td>2024-01-22</td> | |
| <td>David</td> | |
| <td>Added pre-processing</td> | |
| </tr> | |
| <tr class="even"> | |
| <td>…</td> | |
| <td>…</td> | |
| <td>…</td> | |
| <td>…</td> | |
| <td>…</td> | |
| <td>…</td> | |
| </tr> | |
| </tbody> | |
| </table> | |
| <hr /> | |
| <h2 id="bugs-under-testing">Bugs Under Testing</h2> | |
| <p>List of bugs that have been fixed and are currently under | |
| testing.</p> | |
| <table> | |
| <colgroup> | |
| <col style="width: 3%" /> | |
| <col style="width: 46%" /> | |
| <col style="width: 14%" /> | |
| <col style="width: 9%" /> | |
| <col style="width: 10%" /> | |
| <col style="width: 15%" /> | |
| </colgroup> | |
| <thead> | |
| <tr class="header"> | |
| <th>Bug ID</th> | |
| <th>Title</th> | |
| <th>Fixed In Version/Commit</th> | |
| <th>Testing Since</th> | |
| <th>Being Tested By</th> | |
| <th>Comments</th> | |
| </tr> | |
| </thead> | |
| <tbody> | |
| <tr class="odd"> | |
| <td>001</td> | |
| <td>Gradio with HuggingFace does not work in Safari. Finding alternative | |
| fix..</td> | |
| <td>Not yet fixed</td> | |
| <td>2024-01-22</td> | |
| <td>David</td> | |
| <td>Use alternative browser</td> | |
| </tr> | |
| <tr class="even"> | |
| <td>…</td> | |
| <td>…</td> | |
| <td>…</td> | |
| <td>…</td> | |
| <td>…</td> | |
| <td>…</td> | |
| </tr> | |
| </tbody> | |
| </table> | |
| <hr /> | |
| <h2 id="reporting-a-new-bug">Reporting A New Bug</h2> | |
| <p>To report a new bug, please provide the following information:</p> | |
| <ul> | |
| <li><strong>Title</strong>: A concise title that summarizes the | |
| bug.</li> | |
| <li><strong>Description</strong>: A detailed description of the | |
| bug.</li> | |
| <li><strong>Steps to Reproduce</strong>: Step-by-step process to | |
| reproduce the issue.</li> | |
| <li><strong>Expected Result</strong>: What you expect to happen.</li> | |
| <li><strong>Actual Result</strong>: What actually happens.</li> | |
| <li><strong>Screenshots/Logs</strong>: Attach any relevant screenshots | |
| or log files.</li> | |
| <li><strong>Severity</strong>: Rate the bug’s severity (Critical, High, | |
| Medium, Low).</li> | |
| <li><strong>Environment</strong>: Details about the environment where | |
| the bug occurred (OS, browser, app version, etc.).</li> | |
| <li><strong>Reported By</strong>: Your name and role.</li> | |
| </ul> | |
| <hr /> | |