Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 459 Bytes

CONTRIBUTING.md

File metadata and controls

24 lines (19 loc) · 459 Bytes

Contributing to PacketPirate

Getting Started

  1. Fork the repository
  2. Create a feature branch
  3. Make your changes
  4. Run tests: python -m pytest
  5. Submit a pull request

Code Style

  • Follow PEP 8
  • Add docstrings for new functions
  • Include tests for new features

Feature Requests

Open an issue with the label 'enhancement'

Bug Reports

Include:

  • Python version
  • PacketPirate version
  • Steps to reproduce
  • Expected vs actual behavior