Spaces:
Running
Running
| name: Bug report | |
| about: Create a report to help us improve | |
| title: '' | |
| labels: '' | |
| assignees: '' | |
| --- | |
| name: Bug Report | |
| about: Report a bug to help us improve PyFundaments. | |
| title: "[BUG] " | |
| labels: 'bug' | |
| --- | |
| ### Description of the bug | |
| A clear and concise description of what the bug is. | |
| - Which specific module in `fundaments/` is affected? (e.g., `postgresql.py`, `security.py`, `encryption.py`) | |
| - What is the unexpected behavior? | |
| *** | |
| ### (Steps to Reproduce) | |
| 1. **Environment Setup:** Describe how your environment is set up. | |
| - Are you running it locally or in a Docker container? | |
| - What values are in your `.env` file? (Please only share non-sensitive values or use placeholders like `DATABASE_URL="..."`) | |
| - What version of Python are you using? | |
| 2. **Code Snippet:** Provide a minimal, reproducible code snippet that demonstrates the bug. This should ideally be a small `app.py` or a test file that triggers the issue. | |
| 3. **Execution:** Describe the exact command you ran to start the application (e.g., `python main.py` or a Docker command). | |
| 4. **Result:** What was the output? Include the full error traceback if one was generated. | |
| *** | |
| ### Expected behavior | |
| A clear and concise description of what you expected to happen. How should the module behave correctly? | |
| *** | |
| ### Desktop & Mobile Information | |
| This section is for web-facing applications. If your bug is related to a specific client, please provide details. | |
| - **OS:** [e.g. Ubuntu 22.04, macOS 14] | |
| - **Docker Image (if applicable):** [e.g. python:3.10-slim] | |
| - **Browser (if applicable):** [e.g. Chrome, Firefox] | |
| - **Device (if applicable):** [e.g. iPhone 15 Pro] | |
| *** | |
| ### Additional context | |
| Add any other context about the problem here, such as: | |
| - Did the issue appear after a specific change in the code? | |
| - Any other services or dependencies that might be relevant? | |
| Thank you for helping to improve PyFundaments! | |