You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/1.bug.yml
+14Lines changed: 14 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -57,6 +57,20 @@ body:
57
57
- Other (Please specify in your problem)
58
58
validations:
59
59
required: true
60
+
- type: dropdown
61
+
attributes:
62
+
label: Which version of Auto-GPT are you using?
63
+
description: |
64
+
Please select which version of Auto-GPT you were using when this issue occurred.
65
+
If you downloaded the code from the [releases page](https://github.com/Significant-Gravitas/Auto-GPT/releases/) make sure you were using the latest code.
66
+
**If you weren't please try with the [latest code](https://github.com/Significant-Gravitas/Auto-GPT/releases/)**.
67
+
If installed with git you can run `git branch` to see which version of Auto-GPT you are running.
0 commit comments