From e5db7b8855f91e03a0170d009eaee85de0ab8607 Mon Sep 17 00:00:00 2001 From: Robert Brennan Date: Mon, 1 Apr 2024 23:08:37 -0400 Subject: [PATCH] Update bug report template (#395) * Update bug report template * Update bug_report.md * Update bug_report.md * Update .github/ISSUE_TEMPLATE/bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 30 ++++++++++++++++++++++------ 1 file changed, 24 insertions(+), 6 deletions(-) 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** -