Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 455 Bytes

File metadata and controls

25 lines (18 loc) · 455 Bytes

Contributing to NovaRecon

We love contributions! Here's how you can help:

Getting Started

  1. Fork the repository
  2. Clone your fork: git clone https://github.com/tyranroot/ReConing.git
  3. Setup: python3 setup.py

Development Guidelines

Code Style

  • Follow PEP 8
  • Use type hints
  • Write docstrings
  • Maximum line length: 100

Testing

# Run tests
python3 -m pytest tests/

# With coverage
python3 -m pytest tests/ --cov=src