Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52 changes: 52 additions & 0 deletions .github/ISSUE_TEMPLATE/🐍-bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
---
name: "\U0001F40D Bug Report"
about: Create a report to help us improve
title: ''
labels: bug
assignees: tutosrive, JuManoel

---

## Describe the bug

Please provide a clear and concise description of the issue.
Example: “_The application crashes when converting PDF files._”

## Steps to reproduce

List the steps required to reproduce the bug.
Example:

1. Go to the “Conversion” section
2. Select a PDF file
3. Click the “Convert” button
4. Observe the error

### Expected behavior

Describe what you expected to happen instead of the issue.
Example: “_The file should be converted and displayed in Markdown format without the application closing._”

## Screenshots

If applicable, add screenshots to help illustrate the problem.
_Attach your files here._

## Environment

Please provide details about your setup:

- *+Operating System**: (Windows, macOS, Linux, etc.)
- **Bridgex version**: (e.g., 0.1.0)
- **Python version**:
- **Other relevant information**:


## Additional context

Include any other information that may be relevant.
Example: “_Occurs only with large PDF files_” or “_The error appears after updating the version._”

---

**Thank you for your report!**