From 6ec420382d5dbdbe55d95bdd80f8a2bab6f9cb6f Mon Sep 17 00:00:00 2001 From: Sarah Maris Date: Fri, 23 Oct 2020 19:35:31 -0400 Subject: [PATCH] Remove project directory --- project/README.md | 53 -------------------------------------- project/solution/README.md | 3 --- 2 files changed, 56 deletions(-) delete mode 100644 project/README.md delete mode 100644 project/solution/README.md diff --git a/project/README.md b/project/README.md deleted file mode 100644 index 58f8719..0000000 --- a/project/README.md +++ /dev/null @@ -1,53 +0,0 @@ -# README Template - -Below is a template provided for use when building your README file for students. - -# Project Title - -Project description goes here. - -## Getting Started - -Instructions for how to get a copy of the project running on your local machine. - -### Dependencies - -``` -Examples here -``` - -### Installation - -Step by step explanation of how to get a dev environment running. - -List out the steps - -``` -Give an example here -``` - -## Testing - -Explain the steps needed to run any automated tests - -### Break Down Tests - -Explain what each test does and why - -``` -Examples here -``` -## Project Instructions - -This section should contain all the student deliverables for this project. - -## Built With - -* [Item1](www.item1.com) - Description of item -* [Item2](www.item2.com) - Description of item -* [Item3](www.item3.com) - Description of item - -Include all items used to build project. - -## License -[License](../LICENSE.md) diff --git a/project/solution/README.md b/project/solution/README.md deleted file mode 100644 index 880cb07..0000000 --- a/project/solution/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# Purpose of this Folder - -This folder should contain a fully working project. This will be added to the reviewer toolkit for reviewers to use.