Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 513 Bytes

File metadata and controls

28 lines (19 loc) · 513 Bytes

Contributing

Contributions are welcome! Here's how to get started.

Setup

pip install -e ".[dev]"
pre-commit install

Run pre-commit before submitting:

pre-commit run --all-files

Testing

pytest tests/ -v --cov=jenkinsfilelint

Conventions

  • 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.