From 7f7303a7a2ebe601ad5823b47888ac3cee1e2a25 Mon Sep 17 00:00:00 2001 From: Tutos Rive <108991712+tutosrive@users.noreply.github.com> Date: Fri, 11 Jul 2025 13:13:27 -0500 Subject: [PATCH] Update issue templates --- .../\360\237\220\215-bug-report.md" | 52 +++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 ".github/ISSUE_TEMPLATE/\360\237\220\215-bug-report.md" diff --git "a/.github/ISSUE_TEMPLATE/\360\237\220\215-bug-report.md" "b/.github/ISSUE_TEMPLATE/\360\237\220\215-bug-report.md" new file mode 100644 index 0000000..3239ff7 --- /dev/null +++ "b/.github/ISSUE_TEMPLATE/\360\237\220\215-bug-report.md" @@ -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!**