Leon vor 6 Jahren
Ursprung
Commit
eecbdac678
1 geänderte Dateien mit 6 neuen und 6 gelöschten Zeilen
  1. 6
    6
      README.md

+ 6
- 6
README.md Datei anzeigen

19
 	
19
 	
20
 * **Instructions**
20
 * **Instructions**
21
 
21
 
22
-    * Fork this Repository
22
+    1. Fork this Repository
23
         * [fork](https://help.github.com/articles/fork-a-repo/) this repository to your personal github account 
23
         * [fork](https://help.github.com/articles/fork-a-repo/) this repository to your personal github account 
24
         * [clone](https://help.github.com/articles/cloning-a-repository/) **your** `forked` repository to your local machine.
24
         * [clone](https://help.github.com/articles/cloning-a-repository/) **your** `forked` repository to your local machine.
25
-        * edit and create the required files.
25
+        * Complete steps 2 and 3  
26
         * `git add` your changes to the list of your `commited` files.
26
         * `git add` your changes to the list of your `commited` files.
27
         * `git commit` your added files to the list of your `staged` files.
27
         * `git commit` your added files to the list of your `staged` files.
28
         * `git push` your staged files to your remote repository.
28
         * `git push` your staged files to your remote repository.
29
         * submit a `pull request` which compares Zipcoder `master` to your `master`.
29
         * submit a `pull request` which compares Zipcoder `master` to your `master`.
30
-    * Complete each of the method stubs in the `main` classes provided.
30
+    2. Begin by first ensuring the `main` method in your `ZipcodeRocks` class prints `"Zipcode Rocks!"` upon execution.  
31
+    3. Complete each of the method stubs in each of the `main` classes provided.
31
         * `main` classes are located in `src.main.java.com.zipcodewilmington.danny_do_better_exercises`
32
         * `main` classes are located in `src.main.java.com.zipcodewilmington.danny_do_better_exercises`
32
-    * There are comments above each method stub to describe the expected behavior.
33
-    * Begin by first ensuring the `main` method in your `ZipcodeRocks` class prints `"Zipcode Rocks!"` upon execution.  
34
-    * Upon completion, open and run the `TestSuite` class to ensure that all tests have 100% success.
33
+        * There are comments above each method stub to describe the expected behavior.
34
+    4. Upon completion, open and run the `TestSuite` class to ensure that all tests have 100% success.
35
         * `TestSuite` is located in `src.test.java.com.zipcodewilmington.danny_do_better_exercises`
35
         * `TestSuite` is located in `src.test.java.com.zipcodewilmington.danny_do_better_exercises`
36
 
36
 
37
 ## Predicate Utilities
37
 ## Predicate Utilities