From aada6201b39d2f3549d0f23f8a1f3466f39ce04b Mon Sep 17 00:00:00 2001 From: Kristyn Bryan Date: Mon, 6 Jun 2016 11:53:00 -0400 Subject: [PATCH] Update README.md --- projects/project_01/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/projects/project_01/README.md b/projects/project_01/README.md index 17ef0ed..9c43da9 100644 --- a/projects/project_01/README.md +++ b/projects/project_01/README.md @@ -39,10 +39,10 @@ Whole class instruction on how to deploy your project to the world wide web. ### CONTEXT -#### WHAT YOU ARE TRYING TO SOLVE: +1. **WHAT YOU ARE TRYING TO SOLVE:** *Write a detailed explanation of the feature or user story you're working on.* -#### DETAILED DESCRIPTION OF THE BUG/ERROR: +2. **DETAILED DESCRIPTION OF THE BUG/ERROR:** *A detailed description of the problem, the bug, and/or the error.* *This means: the full steps to reproduce, a link to the file on github, and the line number of where the relavent code is. @@ -50,8 +50,8 @@ The error(s) returned, copy and pasted/typed out/screenshot, not paraphrased.* *If there is other code in a different file that is also essential to the functioning of the code that currently works point us to that and explain the relationship.* -### WHAT I'VE TRIED +3. **WHAT I'VE TRIED** *List everything you've done to solve the bug on your own in detail. list all resources you've looked up and tried to implement and provide links. Providing code if you have it surrounded by the md syntax to display nicely is very helpful.* -### QUESTION +4. **QUESTION** *After going through all this what is your questions specifically, more specifically than how can I make this work?*