Skip to content

Latest commit

 

History

History
51 lines (36 loc) · 1.69 KB

BUGS.md

File metadata and controls

51 lines (36 loc) · 1.69 KB

Reporting Bugs

If you think you have found a bug in this project, please follow these steps to report it:

  1. Search the existing issues to see if the bug has already been reported.
  2. If the bug has not been reported, create a new issue and provide a clear and concise description of the problem.
  3. Include any relevant details, such as the steps to reproduce the bug, the expected behavior, and the actual behavior.
  4. If possible, include any relevant information, such as error messages, screenshots, or system information.

Tracking Bugs

To track the progress of a bug, follow these steps:

  1. Go to the project's issue tab.
  2. Search for the issue you want to track.
  3. If the issue has been assigned to a specific person, you can follow their updates on the issue.
  4. If the issue has not been assigned, you can leave a comment to provide additional information or ask for an update.
  5. If the issue has been marked as resolved, you can verify the fix by testing the latest version of the code.

Bug Report Template

To make it easier to report bugs, you can use the following template:

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:

1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Desktop (please complete the following information):**

- OS: [e.g. iOS]
- Version [e.g. 22]
- Python Version [e.g. 3.8.5]
- Library Versions [e.g. numpy 1.19.2, pandas 1.1.3]

**Additional context**
Add any other context about the problem here.