We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdaae03 commit b58455dCopy full SHA for b58455d
.github/ISSUE_TEMPLATE/bug_report.yml
@@ -70,14 +70,24 @@ body:
70
id: crewai-version
71
attributes:
72
label: crewAI Version
73
- description: e.g., 0.30.11
+ description: What version of CrewAI are you using
74
validations:
75
required: true
76
- type: input
77
id: crewai-tools-version
78
79
label: crewAI Tools Version
80
- description: What version of CrewAI are you using
+ description: What version of CrewAI Tools are you using
81
+ validations:
82
+ required: true
83
+ - type: dropdown
84
+ id: virtual-environment
85
+ attributes:
86
+ label: Virtual Environemnt
87
+ description: What Virtual Environemnt are you running your crew in.
88
+ - Venv
89
+ - Conda
90
+ - Poetry
91
92
93
- type: textarea
0 commit comments