From 9d6c7396be2712a494e302f49c5bdf7ef82781d4 Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Thu, 4 Jun 2020 00:24:00 -0500 Subject: [PATCH] Add contributng.md --- .github/contributng.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/contributng.md diff --git a/.github/contributng.md b/.github/contributng.md new file mode 100644 index 0000000000..5206caa8c0 --- /dev/null +++ b/.github/contributng.md @@ -0,0 +1,8 @@ +# 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.