Skip to content

Latest commit

 

History

History
49 lines (37 loc) · 1.13 KB

File metadata and controls

49 lines (37 loc) · 1.13 KB

Contributing to CWL 2 OCI

Development setup

hatch env create
hatch run dev:typecheck
hatch run dev:check
hatch run dev:lint
hatch run dev:security
hatch run test:test

Quality gate

Before opening a pull request, run:

hatch run dev:typecheck
hatch run dev:check
hatch run dev:lint
hatch run dev:security
hatch run test:test

Documentation

Documentation follows Diátaxis:

  • tutorials teach through guided learning;
  • how-to guides solve concrete tasks;
  • reference pages provide exact technical facts;
  • explanation pages discuss concepts and rationale.