From a1e36393529819323db13d72f4e6aab67f0ccd95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Guilherme=20Vanz?= Date: Wed, 25 Oct 2023 17:33:16 -0300 Subject: [PATCH] feat(docs): code convention section MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds a code convention section with the link to the code guidelines Signed-off-by: José Guilherme Vanz --- CONTRIBUTING.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..1caf762 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,3 @@ +## Code conventions + +Check out our global [CONTRIBUTING guidelines](https://github.com/kubewarden/.github/blob/main/CONTRIBUTING.md) for Rust code conventions