Skip to content

Commit

Permalink
Update bug_report.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
theCyberTech authored Aug 14, 2024
1 parent cdaae03 commit b58455d
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,14 +70,24 @@ body:
id: crewai-version
attributes:
label: crewAI Version
description: e.g., 0.30.11
description: What version of CrewAI are you using
validations:
required: true
- type: input
id: crewai-tools-version
attributes:
label: crewAI Tools Version
description: What version of CrewAI are you using
description: What version of CrewAI Tools are you using
validations:
required: true
- type: dropdown
id: virtual-environment
attributes:
label: Virtual Environemnt
description: What Virtual Environemnt are you running your crew in.
- Venv
- Conda
- Poetry
validations:
required: true
- type: textarea
Expand Down

0 comments on commit b58455d

Please sign in to comment.