From 123ef192b75ca294b21b0154339781a8e1807b09 Mon Sep 17 00:00:00 2001 From: Mandi Haase Date: Thu, 13 Feb 2020 15:37:13 -0500 Subject: [PATCH 1/2] initial commit --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index b3dd1de6d..3ddd87f7d 100644 --- a/README.md +++ b/README.md @@ -28,18 +28,18 @@ The requirements are listed under the _Minimum Viable Product_ section below. Follow these steps to setup your git _fork_ and _branch_. -- [ ] Fork this repository. -- [ ] Use GitHub's website to add your project manager as collaborator on **your fork**. -- [ ] **Clone your forked version** of the repository (**Not Lambda's**!). -- [ ] Create a new branch: `git checkout -b `. -- [ ] Commit changes to your `` branch. -- [ ] Push often to your branch: `git push origin `. +- [x ] Fork this repository. +- [x ] Use GitHub's website to add your project manager as collaborator on **your fork**. +- [x ] **Clone your forked version** of the repository (**Not Lambda's**!). +- [ x] Create a new branch: `git checkout -b `. +- [ x] Commit changes to your `` branch. +- [x ] Push often to your branch: `git push origin `. Follow these steps for completing your project. -- [ ] Submit a Pull-Request to merge the `` branch into the master branch on your fork. **Please don't merge your own pull request** -- [ ] Use GitHub's website to add your project manager as a reviewer on the pull-request. -- [ ] Your project manager will count the project as complete by merging the branch back into the master branch of your forked repository. +- [ x] Submit a Pull-Request to merge the `` branch into the master branch on your fork. **Please don't merge your own pull request** +- [ x] Use GitHub's website to add your project manager as a reviewer on the pull-request. +- [x ] Your project manager will count the project as complete by merging the branch back into the master branch of your forked repository. ## Minimum Viable Product From e46462e82aac45cce7be17baab447c6dec1ec934 Mon Sep 17 00:00:00 2001 From: Mandi Haase Date: Thu, 13 Feb 2020 15:39:23 -0500 Subject: [PATCH 2/2] changes to readme on branch mandi-haase --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3ddd87f7d..4d1086044 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Follow these steps to setup your git _fork_ and _branch_. - [x ] Fork this repository. - [x ] Use GitHub's website to add your project manager as collaborator on **your fork**. - [x ] **Clone your forked version** of the repository (**Not Lambda's**!). -- [ x] Create a new branch: `git checkout -b `. +- [x] Create a new branch: `git checkout -b `. - [ x] Commit changes to your `` branch. - [x ] Push often to your branch: `git push origin `. @@ -43,9 +43,9 @@ Follow these steps for completing your project. ## Minimum Viable Product -After a set of interviews with the potential users of the solution, we gathered the following information about the desired functionality. Not all the information provided by our clients is relevant to the design of the solution, but it's included to help understand the requirements. +x After a set of interviews with the potential users of the solution, we gathered the following information about the desired functionality. Not all the information provided by our clients is relevant to the design of the solution, but it's included to help understand the requirements. -Your job is to design and build a React application that includes at least two components: `Display` and `Dashboard`. **For the MVP you only need to record information about a player's _"at bat"_**. +x Your job is to design and build a React application that includes at least two components: `Display` and `Dashboard`. **For the MVP you only need to record information about a player's _"at bat"_**. The specifications are listed below.