From 1e5530ba48b900ad365131aa97b1865dc554934d Mon Sep 17 00:00:00 2001 From: Katrina Owen Date: Fri, 9 Jun 2017 11:08:12 -0600 Subject: [PATCH] Rename the global exercise hints file We've had some difficulty coming up with a good name for the file that gets included in all of the exercise READMEs for a given track. These are global hints, like how to run the test suite, which are relevant to all the exercises on a track. We started with SETUP.md in the root of the repository, then renamed that to exercises/TRACK_HINTS.md because SETUP.md was misleading and confusing, but then we realized that TRACK_HINTS.md was a bit ambiguous and confusing as well. Finally we settled on putting the file in the docs directory, since this is user-facing documentation, and calling the file EXERCISE_README_INSERT.md See https://github.com/exercism/meta/issues/5 for context. --- SETUP.md => docs/EXERCISE_README_INSERT.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename SETUP.md => docs/EXERCISE_README_INSERT.md (100%) diff --git a/SETUP.md b/docs/EXERCISE_README_INSERT.md similarity index 100% rename from SETUP.md rename to docs/EXERCISE_README_INSERT.md