# Contributing to ToolFront
We welcome contributions to ToolFront! Here's how you can help:
## Getting Started
1. Fork the repository
2. Clone your fork: `git clone https://github.com/your-username/toolfront.git`
3. Install dependencies: `uv sync`
4. Create a new branch: `git checkout -b feature/your-feature-name`
## Development Guidelines
- Follow the existing code style and conventions
- Add tests for new features or bug fixes
- Update documentation as needed
- Ensure all tests pass before submitting
## Submitting Changes
1. Push your changes to your fork
2. Create a Pull Request with a clear description of your changes
3. Wait for review and address any feedback
## Reporting Issues
- Use GitHub Issues to report bugs or request features
- Provide detailed information about the issue
- Include steps to reproduce for bug reports
## Code of Conduct
Please be respectful and constructive in all interactions. We're committed to providing a welcoming and inclusive environment for all contributors.
## Questions?
If you have questions about contributing, feel free to open an issue or reach out to the maintainers.