408 B
408 B
Contributing to Sublist3r
Getting Started
- Fork the repository
- Clone your fork
- Install dependencies:
pip install -r requirements.txt - Install test deps:
pip install pytest
Development
- Run tests:
python -m pytest tests/ -v - Sublist3r supports Python 3.8+
Pull Request Process
- Ensure all tests pass
- Add tests for new functionality
- Create a PR with a clear description