From 0129518222451af7017815e87d5509d6c6928540 Mon Sep 17 00:00:00 2001 From: Nicholas Wilde Date: Tue, 23 Feb 2021 22:21:22 -0800 Subject: [PATCH] Added wiki section and link (#624) Signed-off-by: Nicholas Wilde --- CONTRIBUTING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1fb1e561..0215305a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -73,3 +73,7 @@ Charts should start at `1.0.0`. Any breaking (backwards incompatible) changes to ### pre-commit This repo supports the [pre-commit](https://pre-commit.com) framework. By installing the framework (see [docs](https://pre-commit.com/#install)) it is possible to perform the chart linting step before committing your code. This can help prevent linter issues in the pipeline. Note that this requires having Docker running on your development environment. + +## Wiki + +See the [wiki](https://github.com/k8s-at-home/charts/wiki) for more information.