Contributing
Contributing to PRPM
Thank you for contributing.
Fork the repository and create a focused branch.
Install the project with
python -m pip install -e ".[dev]".Keep changes small and include tests.
Run
python -m pytest.Open a pull request that explains the problem and the solution.
Do not commit credentials, virtual environments, or build artifacts.