From 61f5925502fdf444035c6715e0f3a34e8aa03279 Mon Sep 17 00:00:00 2001 From: Eesa Hamza Date: Tue, 18 Apr 2023 19:13:27 +0300 Subject: [PATCH 1/3] Hotfix bugs template --- .github/ISSUE_TEMPLATE/1.bug.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/1.bug.yml b/.github/ISSUE_TEMPLATE/1.bug.yml index c971b852ca62..3ccbe81da2e4 100644 --- a/.github/ISSUE_TEMPLATE/1.bug.yml +++ b/.github/ISSUE_TEMPLATE/1.bug.yml @@ -16,9 +16,11 @@ body: [discussions]: https://github.com/Significant-Gravitas/Auto-GPT/discussions [#tech-support]: https://discord.com/channels/1092243196446249134/1092275629602394184 [existing issues]: https://github.com/Significant-Gravitas/Auto-GPT/issues?q=is%3Aissue + - type: markdown + attributes: + value: '### ⚠️ Search for existing issues first ⚠️' - 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. @@ -55,6 +57,7 @@ body: - Devcontainer / Codespace - Windows Subsystem for Linux (WSL) - Other (Please specify in your problem) + required: true - type: dropdown attributes: label: GPT-3 or GPT-4? @@ -64,6 +67,7 @@ body: options: - GPT-3.5 - GPT-4 + required: true - type: textarea attributes: label: Steps to reproduce 🕹 From 4ca8b376b68ac27b2e09056db83ad7df98decafa Mon Sep 17 00:00:00 2001 From: Eesa Hamza Date: Tue, 18 Apr 2023 19:25:46 +0300 Subject: [PATCH 2/3] Fix label being required --- .github/ISSUE_TEMPLATE/1.bug.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/1.bug.yml b/.github/ISSUE_TEMPLATE/1.bug.yml index 3ccbe81da2e4..f8a4aee069c4 100644 --- a/.github/ISSUE_TEMPLATE/1.bug.yml +++ b/.github/ISSUE_TEMPLATE/1.bug.yml @@ -16,10 +16,8 @@ body: [discussions]: https://github.com/Significant-Gravitas/Auto-GPT/discussions [#tech-support]: https://discord.com/channels/1092243196446249134/1092275629602394184 [existing issues]: https://github.com/Significant-Gravitas/Auto-GPT/issues?q=is%3Aissue - - type: markdown - attributes: - value: '### ⚠️ Search for existing issues first ⚠️' - type: checkboxes + label: ⚠️ Search for existing issues first ⚠️ attributes: description: > Please [search the history](https://github.com/Torantulino/Auto-GPT/issues) From 285188bdde90ec657d060933846a1cd56f820400 Mon Sep 17 00:00:00 2001 From: Eesa Hamza Date: Tue, 18 Apr 2023 19:52:15 +0300 Subject: [PATCH 3/3] Added required under 'validations' --- .github/ISSUE_TEMPLATE/1.bug.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/1.bug.yml b/.github/ISSUE_TEMPLATE/1.bug.yml index f8a4aee069c4..1313d453d59a 100644 --- a/.github/ISSUE_TEMPLATE/1.bug.yml +++ b/.github/ISSUE_TEMPLATE/1.bug.yml @@ -55,6 +55,7 @@ body: - Devcontainer / Codespace - Windows Subsystem for Linux (WSL) - Other (Please specify in your problem) + validations: required: true - type: dropdown attributes: @@ -65,6 +66,7 @@ body: options: - GPT-3.5 - GPT-4 + validations: required: true - type: textarea attributes: