Added version select to bug template

This commit is contained in:
Eesa Hamza
2023-04-19 17:55:36 +03:00
parent d163c564e5
commit 9240a554f1

View File

@@ -57,6 +57,20 @@ body:
- Other (Please specify in your problem)
validations:
required: true
- type: dropdown
attributes:
label: Which version of Auto-GPT are you using?
description: |
Please select which version of Auto-GPT you were using when this issue occurred.
If you downloaded the code from the [releases page](https://github.com/Significant-Gravitas/Auto-GPT/issues/2536) make sure you were using the latest code.
**If you weren't please try with the latest code**.
If installed with git you can run `git branch` to see which version of Auto-GPT you are running.
options:
- Latest Release
- Stable (branch)
- Master (branch)
validations:
required: true
- type: dropdown
attributes:
label: GPT-3 or GPT-4?