From 9240a554f1219a0836de9682eeb9b256c217dd67 Mon Sep 17 00:00:00 2001 From: Eesa Hamza Date: Wed, 19 Apr 2023 17:55:36 +0300 Subject: [PATCH 1/2] Added version select to bug template --- .github/ISSUE_TEMPLATE/1.bug.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/1.bug.yml b/.github/ISSUE_TEMPLATE/1.bug.yml index 6645142e..ba388ac8 100644 --- a/.github/ISSUE_TEMPLATE/1.bug.yml +++ b/.github/ISSUE_TEMPLATE/1.bug.yml @@ -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? From ec945d1022471f867ea97573d33cc4f096f80cae Mon Sep 17 00:00:00 2001 From: Eesa Hamza Date: Wed, 19 Apr 2023 17:59:17 +0300 Subject: [PATCH 2/2] Fixed links --- .github/ISSUE_TEMPLATE/1.bug.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/1.bug.yml b/.github/ISSUE_TEMPLATE/1.bug.yml index ba388ac8..6d6e9d68 100644 --- a/.github/ISSUE_TEMPLATE/1.bug.yml +++ b/.github/ISSUE_TEMPLATE/1.bug.yml @@ -62,8 +62,8 @@ body: 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 you downloaded the code from the [releases page](https://github.com/Significant-Gravitas/Auto-GPT/releases/) make sure you were using the latest code. + **If you weren't please try with the [latest code](https://github.com/Significant-Gravitas/Auto-GPT/releases/)**. If installed with git you can run `git branch` to see which version of Auto-GPT you are running. options: - Latest Release