Thank you for your interest in contributing!
# Clone the repository
git clone https://github.com/activatethefud/storage_analyzer
cd storage_analyzer
# Install in development mode
pip install -e ".[dev]"# Run all tests
python -m pytest tests/ -v
# Run specific test file
python -m pytest tests/test_suggestions.py -v- Use type hints
- Add docstrings to public functions
- Keep functions small and focused
- Always write tests for new features
- Fork the repository
- Create a feature branch
- Make your changes
- Run tests to ensure everything passes
- Submit a pull request
Please include:
- Python version
- Linux distribution
- Steps to reproduce
- Expected vs actual behavior