From 178edd60aa3108a5b55c0c5eed4e7ba52d2414bf Mon Sep 17 00:00:00 2001 From: Rip&Tear <84775494+theCyberTech@users.noreply.github.com> Date: Wed, 14 Aug 2024 15:03:26 +0800 Subject: [PATCH] Update bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 9d80d15..fe8c3fd 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -48,7 +48,8 @@ body: - macOS Catalina - macOS Big Sur - macOS Monterey - - macOS Sequoia + - macOS Ventura + - macOS Sonoma - Windows 10 - Windows 11 - Other (specify in additional context) @@ -83,18 +84,19 @@ body: - type: dropdown id: virtual-environment attributes: - label: Virtual Environemnt - description: What Virtual Environemnt are you running your crew in. - - Venv - - Conda - - Poetry + label: Virtual Environment + description: What Virtual Environment are you running your crew in. + options: + - Venv + - Conda + - Poetry validations: required: true - type: textarea - id: Evidence + id: evidence attributes: label: Evidence - description: Include relevant Information, logs or error messages. These can be screenshots. + description: Include relevant information, logs or error messages. These can be screenshots. validations: required: true - type: textarea