-
Notifications
You must be signed in to change notification settings - Fork 144
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #141 from ga-wdi-boston/lm01/master
Lm01/master
- Loading branch information
Showing
2 changed files
with
20 additions
and
238 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,28 +6,38 @@ | |
|
||
1. Fork and clone this repository. | ||
1. Change into the new directory. | ||
1. Install dependencies, if there are any. | ||
1. Create and checkout a new branch, named `response`. | ||
1. Follow the directions given in [diagnostic.md](diagnostic.md). | ||
1. Before the alotted time is up, push to your fork and issue a pull request. | ||
1. Before the allotted time is up, push to your fork and issue a pull request. | ||
|
||
Your pull request description should contain a "fist to five" for comfort and | ||
clarity. Additionally, you should mention the resources you used to help you | ||
complete this assessment. For example: | ||
complete this diagnostic. For example: | ||
|
||
```md | ||
Comfort: 3 | ||
Clarity: 3 | ||
|
||
I used Google and my class notes to help with this assessment. | ||
I used Google and my class notes to help with this diagnostic. | ||
``` | ||
|
||
You may wish to refer to ["How do I submit diagnostics?"](https://github.com/ga-wdi-boston/meta/wiki/Diagnostics) | ||
and other [FAQs](https://github.com/ga-wdi-boston/meta/wiki/) related to | ||
[forking, cloning](https://github.com/ga-wdi-boston/meta/wiki/ForkAndClone), | ||
and [pull requests](https://github.com/ga-wdi-boston/meta/wiki/PullRequest). | ||
|
||
You may use **any resource** other than each other to complete this diagnostic. | ||
This includes referencing talk materials, appropriate documentation, and | ||
searching for help online. | ||
|
||
You should be running `grunt nag` before diagnosing any bugs, since it finds | ||
some of the most common sources of errors. After `grunt nag` passes, you should | ||
run `grunt test` to run the included tests. Tests will tell you whether of not | ||
your responses are correct. | ||
|
||
## [License](LICENSE) | ||
|
||
- All content is licensed under a CCBYNCSA 4.0 license. | ||
- All software code is licensed under GNU GPLv3. For commercial use or | ||
1. All content is licensed under a CCBYNCSA 4.0 license. | ||
1. All software code is licensed under GNU GPLv3. For commercial use or | ||
alternative licensing, please contact [email protected]. |