Skip to content

Commit

Permalink
Added version select to bug template
Browse files Browse the repository at this point in the history
  • Loading branch information
sadmuphin committed Apr 19, 2023
1 parent d163c56 commit 9240a55
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/1.bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand Down

0 comments on commit 9240a55

Please sign in to comment.