From b8166315b25a307d41bb8dd4c8358282cd7e67c9 Mon Sep 17 00:00:00 2001 From: Jim Evins Date: Wed, 31 Oct 2018 18:27:28 -0400 Subject: [PATCH] Moved and renamed README.translations.md to docs/TRANSLATIONS.md. Added link to it in docs/CONTRIBUTING.md --- docs/CONTRIBUTING.md | 2 +- README.translations.md => docs/TRANSLATIONS.md | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename README.translations.md => docs/TRANSLATIONS.md (100%) diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index 67a5fde..e51759c 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -33,7 +33,7 @@ How To Contribute to gLabels ### Would you like to provide translations? -* Guidelines TBD +* Please read [TRANSLATIONS.md](TRANSLATIONS.md) located in this directory. ### Would you like to write documentation? diff --git a/README.translations.md b/docs/TRANSLATIONS.md similarity index 100% rename from README.translations.md rename to docs/TRANSLATIONS.md