mirror of https://github.com/kortix-ai/suna.git
953 B
953 B
Contributing to Suna
Thank you for your interest in contributing to Suna! This document outlines the contribution process and guidelines.
Contribution Workflow
- Fork the repository
- Create a feature branch (
git checkout -b feature/your-feature
) - Commit your changes (
git commit -am 'feat(your_file): add some feature'
) - Push to the branch (
git push origin feature/your-feature
) - Open a Pull Request
Development Setup
For detailed setup instructions, please refer to:
Code Style Guidelines
- Follow existing code style and patterns
- Use descriptive commit messages
- Keep PRs focused on a single feature or fix
Reporting Issues
When reporting issues, please include:
- Steps to reproduce
- Expected behavior
- Actual behavior
- Environment details (OS, Node/Docker versions, etc.)
- Relevant logs or screenshots