Update bug report template (#395)

* Update bug report template

* Update bug_report.md

* Update bug_report.md

* Update .github/ISSUE_TEMPLATE/bug_report.md
This commit is contained in:
Robert Brennan 2024-04-01 23:08:37 -04:00 committed by GitHub
parent c15fa3e768
commit e5db7b8855
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,17 +6,35 @@ labels: 'bug'
assignees: ''
---
<!-- You MUST fill out this template. We will close issues that don't include enough information to reproduce -->
#### Describe the bug
<!-- a short description of the problem -->
**Describe the bug**
#### Setup and configuration
**Current version**:
<!-- run `git log -n 1` to see this -->
```bash
```
**Steps to Reproduce**
<!-- tell us everything about your environment -->
**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**
<!-- Please include logs, screenshots, etc. -->