-
Notifications
You must be signed in to change notification settings - Fork 36
Diagnostics
Diagnostics are meant as a tool for both consultants and developers to evaluate how they are doing in the course. They are a chance to receive judgement-free feedback so that developers can identify bad habits and know what they need to study in order to be successful in WDI.
You must submit a diagnostic within the time specified - usually a 1/2 hour after the diagnostic was given. Late diagnostics will not be evaluated unless you have an IEP which allows you to submit diagnostics later.
You should receive feedback within a week of when the diagnostic was submitted. Sometimes the feedback will ask you to checkout the solution branch of the diagnostic, so you can see the answers to questions you missed.
- Change into your WDI directory.
- Fork and clone the diagnostic repository.
- Change into the new directory.
- Create and checkout a branch named
response
.
```sh
git branch response
git checkout response
# OR
git checkout -b response
```
- Follow any further instructions in the diagnostic README.
- Make small, cohesive commits with a good commit message.
- Push your changes to your fork.
```sh
git push -u origin
```
-
Issue a pull request from your
response
branch to the upstreammaster
branch.
Copyright (c) 2015 General Assembly, Inc. | LICENSE