Thank you for your interest in contributing to Cortex!
When creating an issue, please provide as much information as possible to help us understand and resolve the problem quickly.
-
Error Messages - Copy and paste the complete error message. Include the full stack trace if available.
-
Screenshots - Visual evidence helps us understand the problem faster. Include screenshots of:
- The error or unexpected behavior
- Your terminal output
- Any relevant UI elements
-
Problem Description - Explain clearly:
- What you were trying to do
- What you expected to happen
- What actually happened
-
Platform Information - Tell us about your environment:
- Operating System (Windows, macOS, Linux) and version
- Cortex version
- Python version (if applicable)
- Any other relevant software versions
-
Steps to Reproduce - List the exact steps to reproduce the issue:
- Step one
- Step two
- ...
## Description
[Clear description of the problem]
## Error Message
[Paste full error message here]
## Screenshots
[Attach screenshots if applicable]
## Environment
- OS:
- Cortex version:
- Python version:
## Steps to Reproduce
1.
2.
3.
## Expected Behavior
[What should happen]
## Actual Behavior
[What actually happens]
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature) - Make your changes
- Commit with clear messages (
git commit -m 'Add amazing feature') - Push to your fork (
git push origin feature/amazing-feature) - Open a Pull Request
feat:New featurefix:Bug fixdocs:Documentation changesrefactor:Code refactoringtest:Test additions or fixeschore:Maintenance tasks
- Join our Discord
- Open a Discussion
Thank you for contributing to Cortex!