Contributing

Contributing to PRPM

Thank you for contributing.

  1. Fork the repository and create a focused branch.

  2. Install the project with python -m pip install -e ".[dev]".

  3. Keep changes small and include tests.

  4. Run python -m pytest.

  5. Open a pull request that explains the problem and the solution.

Do not commit credentials, virtual environments, or build artifacts.