From 5698689361449854a865e8e1b28340f19e2a386e Mon Sep 17 00:00:00 2001 From: Reinier van der Leer Date: Sun, 16 Apr 2023 16:38:03 +0200 Subject: [PATCH] Update bug report template Add GPT-3 checkbox & emphasize to search for existing issues first --- .github/ISSUE_TEMPLATE/1.bug.yml | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/1.bug.yml b/.github/ISSUE_TEMPLATE/1.bug.yml index e2404c76..6e6d00ae 100644 --- a/.github/ISSUE_TEMPLATE/1.bug.yml +++ b/.github/ISSUE_TEMPLATE/1.bug.yml @@ -2,6 +2,15 @@ name: Bug report 🐛 description: Create a bug report for Auto-GPT. labels: ['status: needs triage'] body: + - type: checkboxes + attributes: + label: ⚠️ Search for existing issues first ⚠️ + description: > + Please [search the history](https://github.com/Torantulino/Auto-GPT/issues) + to see if an issue already exists for the same problem. + options: + - label: I have searched the existing issues, and there is no existing issue for my problem + required: true - type: markdown attributes: value: | @@ -19,13 +28,14 @@ body: - Provide commit-hash (`git rev-parse HEAD` gets it) - If it's a pip/packages issue, provide pip version, python version - If it's a crash, provide traceback. - - type: checkboxes attributes: - label: Duplicates - description: Please [search the history](https://github.com/Torantulino/Auto-GPT/issues) to see if an issue already exists for the same problem. + label: GPT-3 or GPT-4 + description: > + If you are using Auto-GPT with `--gpt3only`, your problems may be caused by + the limitations of GPT-3.5 options: - - label: I have searched the existing issues + - label: I am using Auto-GPT with GPT-3 (GPT-3.5) required: true - type: textarea attributes: