Contributing¶
Thank you for considering contributing to the SiloGen AI Workloads development!
Development Setup¶
- Fork the repository
-
Clone your fork:
-
Set up development environment:
Development Workflow¶
-
Create a branch for your feature or bugfix:
-
Make your changes and write tests
-
Run tests:
-
Submit a pull request
Documentation¶
Update the documentation when adding new features:
- Add new pages in the
docs/
directory - Update the
nav
section inmkdocs.yml
if necessary - Test the documentation locally:
Code Style¶
Follow PEP 8 guidelines. We use black
for code formatting and flake8
for linting.