Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 562 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (9 loc) · 562 Bytes

Contribute to serve-images

We welcome contributions to this repository.

Branches & Pull Requests

Please open your pull requests against the pr-dev branch.

In this repo, we work Trunk based.

Code checks

We defined GitHub actions that check code quality and formatting against pushed branches and pull requests. We use:

  • black to conform to the PEP 8 code style
  • hadolint for linting of Dockerfiles