Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 852 Bytes

File metadata and controls

28 lines (21 loc) · 852 Bytes

Contributing to IPv64 Integration

Thank you for taking the time to contribute!

Development setup

  • Use Python 3.13. Dependencies are listed in the pyproject.toml file.
  • Install pre-commit and its hooks:
    pip install pre-commit
    pre-commit install
  • Run all checks before committing:
    pre-commit run --all-files

Pull requests

  1. Fork the repository and create a new branch for your work.
  2. Commit your changes with clear messages.
  3. Push the branch and open a pull request against the main branch.
  4. Ensure the pre-commit checks pass before requesting a review.

Questions

  • Open an issue to report bugs or propose features.
  • Start a discussion if you have questions or need help.