diff --git a/.github/ISSUE_TEMPLATE/default_issue.md b/.github/ISSUE_TEMPLATE/default_issue.md index 3de2785b..5210416d 100644 --- a/.github/ISSUE_TEMPLATE/default_issue.md +++ b/.github/ISSUE_TEMPLATE/default_issue.md @@ -1,33 +1,37 @@ --- -name: New Issue -about: 'Please use this template !!' -title: '' +name: Bug Report +about: Report issues with specific models/providers +title: '[Bug] ' labels: bug -assignees: xtekky - +assignees: hlohaus --- -**Known Issues** // delete this -- you.com issue / fix: use proxy, or vpn, your country is probably flagged -- forefront account creation error / use your own session or wait for fix +**Before submitting** +☑️ I checked [Known Issues](https://github.com/xtekky/gpt4free#known-issues) +☑️ I searched existing issues +**Configuration** +*(Required)* +- Model:** +- Provider:** +- Interface:** (CLI/API/Web UI/Other) **Bug description** -What did you do, what happened, which file did you try to run, in which directory -Describe what you did after downloading repo, such as moving to this repo, running this file. - -ex. -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. See error - -**Screenshots** -If applicable, add screenshots to help explain your problem. +Clear steps to reproduce: +1. Exact command/file used: + `python ...` +2. Environment location: + (e.g., `Germany` - Cloudflare restrictions may apply) +3. Observed behavior vs expected: **Environment** -- python version -- location ( are you in a cloudfare flagged country ) ? +- Python version: `python --version` +- OS: (Windows 11/Ubuntu 22.04/macOS Ventura) +- Relevant dependencies: `pip freeze | grep -E 'g4f|requests'` + +**Screenshots/Logs** +Copy&Paste terminal output or error logs here + **Additional context** -Add any other context about the problem here. +Proxy/VPN usage? Special config? Other providers working? \ No newline at end of file