diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index bb137c76e3..c789e28e3a 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -6,17 +6,35 @@ labels: 'bug' assignees: '' --- + +#### Describe the bug + -**Describe the bug** +#### Setup and configuration +**Current version**: + +```bash +``` -**Steps to Reproduce** + +**My config.toml and environment vars** (be sure to redact API keys): +```toml +``` + +**My model and agent** (you can see these settings in the UI): +* Model: +* Agent: + +**Commands I ran to install and run OpenDevin**: +``` +``` + +**Steps to Reproduce**: 1. 2. 3. -**Expected behavior** +**Logs, error messages, and screenshots**: -**Actual behavior** +#### Additional Context -**Additional context** -