From eb392f9cb80731138624b988df35e8b5bfcc49db Mon Sep 17 00:00:00 2001 From: Mario Manno Date: Mon, 19 Jun 2023 12:10:45 +0200 Subject: [PATCH] Create CONTRIBUTING.md --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..892bde8 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,2 @@ +Examples added to this repo should have a README and need to be added to the overview table in the top level README. +Examples should be tested regularly in fleet's [acceptance tests](https://github.com/rancher/fleet/tree/master/e2e/acceptance).