# 🤝 Contributing Guidelines

This page links to the main contributing guidelines.

For complete contributing guidelines, please see:

**[📄 CONTRIBUTING.md](https://github.com/TheMaksoo/karting/blob/main/CONTRIBUTING.md)**

## Quick Links

### Getting Started
1. Fork the repository
2. Create a feature branch
3. Make your changes
4. Run tests and linting
5. Submit a pull request

### Development Guidelines
- [Getting Started](Getting-Started) - Setup development environment
- [Development Workflow](Development-Workflow) - Testing and code quality
- [Architecture](Architecture) - Understand the system design
- [Frontend Guide](Frontend-Guide) - Frontend development
- [Backend Guide](Backend-Guide) - Backend development

### Code Standards
- **Backend**: Laravel Pint (PSR-12)
- **Frontend**: ESLint + Prettier
- **Commits**: Conventional Commits format

### Testing
- All tests must pass
- Maintain or improve code coverage
- Write tests for new features

## Resources

- [GitHub Issues](https://github.com/TheMaksoo/karting/issues)
- [Pull Requests](https://github.com/TheMaksoo/karting/pulls)
- [Full Contributing Guide](https://github.com/TheMaksoo/karting/blob/main/CONTRIBUTING.md)

---

*Last Updated: February 2026*
