Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 535 Bytes

CONTRIBUTING.md

File metadata and controls

37 lines (23 loc) · 535 Bytes

Contributing

Contributions are very welcome. Please follow the below guidelines when opening an issue or pull request.

Format with shfmt

This repo uses mvdan/sh/shfmt for shell script formatting.

Install

sudo snap install shfmt

Use

When you're in the repo, execute

shfmt -w .

to format all shell scripts in place.

Static analysis with shellcheck

Install

sudo apt install shellcheck

Use

shellcheck setup.sh