Contributions are welcome! Here's how to get started.
pip install -e ".[dev]"
pre-commit installRun pre-commit before submitting:
pre-commit run --all-filespytest tests/ -v --cov=jenkinsfilelint- Follow Conventional Commits (
feat:,fix:,chore:, etc.) - Keep PRs focused — one logical change per PR.
- Update the README if your change affects usage or configuration.