From cac3fd0b78f5af97837fa35c7381dcaf43c24b26 Mon Sep 17 00:00:00 2001 From: bloombar <2209098+bloombar@users.noreply.github.com> Date: Thu, 9 May 2024 08:39:34 -0400 Subject: [PATCH] instruction clarity --- instructions.md | 1 + 1 file changed, 1 insertion(+) diff --git a/instructions.md b/instructions.md index 3ae11bb..7f7d281 100644 --- a/instructions.md +++ b/instructions.md @@ -25,3 +25,4 @@ Replace the contents of the [README.md](./README.md) file with a beautifully-for - the names of all teammates as links to their GitHub profiles. - instructions for how to configure and run all parts of your project for any developer on any platform - these instructions must work! - instructions for how to set up any environment variables and import any starter data into the database, as necessary, for the system to operate correctly when run. +- if there are any "secret" configuration files, such as `.env` or similar files, that are not included in the version control repository, exact instructions for how to create them and what their contents should be must be supplied to the course admins by the due date.