From cad748715078410ea8d7ba37c69e705d464a3c5a Mon Sep 17 00:00:00 2001 From: Kasra Bigdeli Date: Sun, 17 Mar 2019 09:22:10 -0700 Subject: [PATCH] Delete CONTRIBUTING.md --- CONTRIBUTING.md | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md deleted file mode 100644 index 661c910..0000000 --- a/CONTRIBUTING.md +++ /dev/null @@ -1,10 +0,0 @@ -Steps for creating a Pull Request - -See README.md to learn how to create a one-click app json file - -Make sure it's fully tested using the methods mentioned in readme - -Put as much default values as possible (except passwords) to ensure minimum effort required - -Avoid using "latest" docker tag at it's a rolling tag and things might change with latest tag. We want to ensure a predictable output. Users can edit the tag if they want, but the default should be pointing to a fixed version. -