From cdaae0369a0b5d29c7d69c0a5b8143d2295a9c19 Mon Sep 17 00:00:00 2001 From: Rip&Tear <84775494+theCyberTech@users.noreply.github.com> Date: Wed, 14 Aug 2024 14:56:09 +0800 Subject: [PATCH] Update bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 41 +++++++++++++++------------ 1 file changed, 23 insertions(+), 18 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 2355084..94bdbe3 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -11,7 +11,6 @@ body: description: Provide a clear and concise description of what the bug is. validations: required: true - - type: textarea id: steps-to-reproduce attributes: @@ -24,7 +23,6 @@ body: 4. See error validations: required: true - - type: textarea id: expected-behavior attributes: @@ -32,7 +30,6 @@ body: description: A clear and concise description of what you expected to happen. validations: required: true - - type: textarea id: screenshots-code attributes: @@ -40,23 +37,35 @@ body: description: If applicable, add screenshots or code snippets to help explain your problem. validations: required: true - - - type: input + - type: dropdown id: os attributes: label: Operating System - description: e.g., Ubuntu 20.04, macOS Catalina, Windows 10 + description: Select the operating system you're using + options: + - Ubuntu 20.04 + - Ubuntu 22.04 + - macOS Catalina + - macOS Big Sur + - macOS Monterey + - macOS Sequoia + - Windows 10 + - Windows 11 + - Other (specify in additional context) validations: required: true - - - type: input + - type: dropdown id: python-version attributes: label: Python Version - description: e.g., 3.8, 3.9, 3.10 + description: Version of Python your Crew is running on + options: + - 3.10 + - 3.11 + - 3.12 + - 3.13 validations: required: true - - type: input id: crewai-version attributes: @@ -64,23 +73,20 @@ body: description: e.g., 0.30.11 validations: required: true - - type: input id: crewai-tools-version attributes: label: crewAI Tools Version - description: e.g., 0.2.6 + description: What version of CrewAI are you using validations: required: true - - type: textarea - id: logs + id: Evidence attributes: - label: Logs - description: Include relevant logs or error messages if applicable. + label: Evidence + description: Include relevant Information, logs or error messages. These can be screenshots. validations: required: true - - type: textarea id: possible-solution attributes: @@ -88,7 +94,6 @@ body: description: Have a solution in mind? Please suggest it here, or write "None". validations: required: true - - type: textarea id: additional-context attributes: