Skip to content
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.

Latest commit

 

History

History
11 lines (7 loc) · 488 Bytes

CONTRIBUTING.md

File metadata and controls

11 lines (7 loc) · 488 Bytes

Contribution Guidelines

How to contribute

  1. Fork this repository and make your changes on your fork an a branch you like (I recommend to create a branch per feature).
  2. Create a PR which targets the dev branch.
  3. After reviewed it your changes will live in the dev branch until all changes are pushed to the main branch. (Usually this is not long)

Requirements to get Pull Requests accepted

  • Passes the build (Including Hadolint, shellcheck, markdownlint and others...)