Forked from
stackspin / stackspin
4870 commits behind the upstream repository.
-
Maarten de Waard authoredVerified88353075
After you've reviewed these contribution guidelines, you'll be all set to
contribute to this project.
CONTRIBUTING.md 3.66 KiB
How to contribute
Code of conduct
We follow the Contributor Covenant code of conduct, please see the CODE_OF_CONDUCT.md document for details.
Preparing the development environment
Make sure you have development dependencies installed in your development environment.
pip install -r requirements-dev.txt
pre-commit hooks
We use pre-commit to maintain and install pre-commit hooks that should be executed before each commit.
Please install these required tools on your system:
-
hadolint for linting the
Dockerfile
- shellcheck and
- shfmt to lint and validate shell scripts