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