Просмотр исходного кода

Update bug report template (#395)

* Update bug report template

* Update bug_report.md

* Update bug_report.md

* Update .github/ISSUE_TEMPLATE/bug_report.md
Robert Brennan 1 год назад
Родитель
Сommit
e5db7b8855
1 измененных файлов с 24 добавлено и 6 удалено
  1. 24 6
      .github/ISSUE_TEMPLATE/bug_report.md

+ 24 - 6
.github/ISSUE_TEMPLATE/bug_report.md

@@ -6,17 +6,35 @@ labels: 'bug'
 assignees: ''
 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.
 1.
 2.
 2.
 3.
 3.
 
 
-**Expected behavior**
+**Logs, error messages, and screenshots**:
 
 
-**Actual behavior**
+#### Additional Context
 
 
-**Additional context**
-<!-- Please include logs, screenshots, etc. -->