Skip to content

Commit cdaae03

Browse files
authored
Update bug_report.yml
1 parent 66d990b commit cdaae03

File tree

1 file changed

+23
-18
lines changed

1 file changed

+23
-18
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 23 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ body:
1111
description: Provide a clear and concise description of what the bug is.
1212
validations:
1313
required: true
14-
1514
- type: textarea
1615
id: steps-to-reproduce
1716
attributes:
@@ -24,71 +23,77 @@ body:
2423
4. See error
2524
validations:
2625
required: true
27-
2826
- type: textarea
2927
id: expected-behavior
3028
attributes:
3129
label: Expected behavior
3230
description: A clear and concise description of what you expected to happen.
3331
validations:
3432
required: true
35-
3633
- type: textarea
3734
id: screenshots-code
3835
attributes:
3936
label: Screenshots/Code snippets
4037
description: If applicable, add screenshots or code snippets to help explain your problem.
4138
validations:
4239
required: true
43-
44-
- type: input
40+
- type: dropdown
4541
id: os
4642
attributes:
4743
label: Operating System
48-
description: e.g., Ubuntu 20.04, macOS Catalina, Windows 10
44+
description: Select the operating system you're using
45+
options:
46+
- Ubuntu 20.04
47+
- Ubuntu 22.04
48+
- macOS Catalina
49+
- macOS Big Sur
50+
- macOS Monterey
51+
- macOS Sequoia
52+
- Windows 10
53+
- Windows 11
54+
- Other (specify in additional context)
4955
validations:
5056
required: true
51-
52-
- type: input
57+
- type: dropdown
5358
id: python-version
5459
attributes:
5560
label: Python Version
56-
description: e.g., 3.8, 3.9, 3.10
61+
description: Version of Python your Crew is running on
62+
options:
63+
- 3.10
64+
- 3.11
65+
- 3.12
66+
- 3.13
5767
validations:
5868
required: true
59-
6069
- type: input
6170
id: crewai-version
6271
attributes:
6372
label: crewAI Version
6473
description: e.g., 0.30.11
6574
validations:
6675
required: true
67-
6876
- type: input
6977
id: crewai-tools-version
7078
attributes:
7179
label: crewAI Tools Version
72-
description: e.g., 0.2.6
80+
description: What version of CrewAI are you using
7381
validations:
7482
required: true
75-
7683
- type: textarea
77-
id: logs
84+
id: Evidence
7885
attributes:
79-
label: Logs
80-
description: Include relevant logs or error messages if applicable.
86+
label: Evidence
87+
description: Include relevant Information, logs or error messages. These can be screenshots.
8188
validations:
8289
required: true
83-
8490
- type: textarea
8591
id: possible-solution
8692
attributes:
8793
label: Possible Solution
8894
description: Have a solution in mind? Please suggest it here, or write "None".
8995
validations:
9096
required: true
91-
9297
- type: textarea
9398
id: additional-context
9499
attributes:

0 commit comments

Comments
 (0)