Contributing¶
We welcome contributions to OG-Learn!
Development Setup¶
- Clone the repository:
- Create a virtual environment:
- Install in development mode:
Code Style¶
- Follow PEP 8
- Use type hints where practical
- Write docstrings for public functions
Running Tests¶
Documentation¶
Build docs locally:
View at http://localhost:8000
Pull Requests¶
- Fork the repository
- Create a feature branch
- Make your changes
- Run tests
- Submit a pull request
Issues¶
Report bugs and request features via GitHub Issues.