mirror of
https://github.com/crewAIInc/crewAI.git
synced 2025-12-16 04:18:35 +00:00
Merge pull request #1194 from crewAIInc/docs_update
Updated Documentation to fix minor issues + minor .github fixes
This commit is contained in:
35
.github/ISSUE_TEMPLATE/bug_report.md
vendored
35
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@@ -1,35 +0,0 @@
|
|||||||
---
|
|
||||||
name: Bug report
|
|
||||||
about: Create a report to help us improve CrewAI
|
|
||||||
title: "[BUG]"
|
|
||||||
labels: bug
|
|
||||||
assignees: ''
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
**Description**
|
|
||||||
Provide a clear and concise description of what the bug is.
|
|
||||||
|
|
||||||
**Steps to Reproduce**
|
|
||||||
Provide a step-by-step process to reproduce the behavior:
|
|
||||||
|
|
||||||
**Expected behavior**
|
|
||||||
A clear and concise description of what you expected to happen.
|
|
||||||
|
|
||||||
**Screenshots/Code snippets**
|
|
||||||
If applicable, add screenshots or code snippets to help explain your problem.
|
|
||||||
|
|
||||||
**Environment Details:**
|
|
||||||
- **Operating System**: [e.g., Ubuntu 20.04, macOS Catalina, Windows 10]
|
|
||||||
- **Python Version**: [e.g., 3.8, 3.9, 3.10]
|
|
||||||
- **crewAI Version**: [e.g., 0.30.11]
|
|
||||||
- **crewAI Tools Version**: [e.g., 0.2.6]
|
|
||||||
|
|
||||||
**Logs**
|
|
||||||
Include relevant logs or error messages if applicable.
|
|
||||||
|
|
||||||
**Possible Solution**
|
|
||||||
Have a solution in mind? Please suggest it here, or write "None".
|
|
||||||
|
|
||||||
**Additional context**
|
|
||||||
Add any other context about the problem here.
|
|
||||||
1
.github/ISSUE_TEMPLATE/config.yml
vendored
1
.github/ISSUE_TEMPLATE/config.yml
vendored
@@ -0,0 +1 @@
|
|||||||
|
blank_issues_enabled: false
|
||||||
24
.github/ISSUE_TEMPLATE/custom.md
vendored
24
.github/ISSUE_TEMPLATE/custom.md
vendored
@@ -1,24 +0,0 @@
|
|||||||
---
|
|
||||||
name: Custom issue template
|
|
||||||
about: Describe this issue template's purpose here.
|
|
||||||
title: "[DOCS]"
|
|
||||||
labels: documentation
|
|
||||||
assignees: ''
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## Documentation Page
|
|
||||||
<!-- Provide a link to the documentation page that needs improvement -->
|
|
||||||
|
|
||||||
## Description
|
|
||||||
<!-- Describe what needs to be changed or improved in the documentation -->
|
|
||||||
|
|
||||||
## Suggested Changes
|
|
||||||
<!-- If possible, provide specific suggestions for how to improve the documentation -->
|
|
||||||
|
|
||||||
## Additional Context
|
|
||||||
<!-- Add any other context about the documentation issue here -->
|
|
||||||
|
|
||||||
## Checklist
|
|
||||||
- [ ] I have searched the existing issues to make sure this is not a duplicate
|
|
||||||
- [ ] I have checked the latest version of the documentation to ensure this hasn't been addressed
|
|
||||||
@@ -129,6 +129,7 @@ nav:
|
|||||||
- Processes: 'core-concepts/Processes.md'
|
- Processes: 'core-concepts/Processes.md'
|
||||||
- Crews: 'core-concepts/Crews.md'
|
- Crews: 'core-concepts/Crews.md'
|
||||||
- Collaboration: 'core-concepts/Collaboration.md'
|
- Collaboration: 'core-concepts/Collaboration.md'
|
||||||
|
- Pipeline: 'core-concepts/Pipeline.md'
|
||||||
- Training: 'core-concepts/Training-Crew.md'
|
- Training: 'core-concepts/Training-Crew.md'
|
||||||
- Memory: 'core-concepts/Memory.md'
|
- Memory: 'core-concepts/Memory.md'
|
||||||
- Planning: 'core-concepts/Planning.md'
|
- Planning: 'core-concepts/Planning.md'
|
||||||
|
|||||||
Reference in New Issue
Block a user