From 0cf4cb3bb38613d448e26c7cc4f8c3901e0fd177 Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Fri, 5 Jun 2020 15:21:11 -0500 Subject: [PATCH] Remove 'Contributing.md' --- .github/Contributing.md | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 .github/Contributing.md diff --git a/.github/Contributing.md b/.github/Contributing.md deleted file mode 100644 index 5206caa8c0..0000000000 --- a/.github/Contributing.md +++ /dev/null @@ -1,8 +0,0 @@ -# Contributing Changes - -- Make a fork of this repository under your account. -- Use Clone or Download to open the repo on your computer. -- Use Git or Guthub Desktop to checkout the `import-2.0.x` branch. -- Add new configurations and/or make changes to existing ones. -- Commit your changes and push them to your fork. -- Submit a Pull Request to the `import-2.0.x` branch.