From eda36b73c79fd027ec36dbdc37579eb0dd7b4efa Mon Sep 17 00:00:00 2001 From: Jeremy Mack Wright Date: Wed, 8 Nov 2017 12:05:36 -0500 Subject: [PATCH] Added a readme to the Libs directory to help keep people from trying to contribute to them within this repo. --- Libs/README.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 Libs/README.md diff --git a/Libs/README.md b/Libs/README.md new file mode 100644 index 0000000..3eeac2a --- /dev/null +++ b/Libs/README.md @@ -0,0 +1 @@ +Do not try to contribute to these libraries through this directory. Please contribute changes to projects directly to their own repositories.