You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: adds lesson_05 homework and lesson_06 pre-work (#164)
* feat: adds lesson_05 homework and lesson_06 pre-work
Signed-off-by: Anthony D. Mays <[email protected]>
* chore: fix capitalization
Signed-off-by: Anthony D. Mays <[email protected]>
---------
Signed-off-by: Anthony D. Mays <[email protected]>
Copy file name to clipboardExpand all lines: lesson_05/README.md
+19-1Lines changed: 19 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,4 +13,22 @@ Please review the following resources before lecture:
13
13
14
14
## Homework
15
15
16
-
- TODO(anthonydmays): Write details here.
16
+
-[ ] Write [user stories](#writing-user-stories).
17
+
-[ ][Submit a new bug](#submitting-bugs) to the repository.
18
+
-[ ] Do pre-work for [lesson 06](/lesson_06/).
19
+
20
+
### Writing user stories
21
+
22
+
Write three user stories for any software of your choosing, existing or totally made up. Provide your responses in a README file that you create within your own uniquely named directory.
23
+
24
+
### Submitting bugs
25
+
26
+
Find three bugs in the [UTasks online todo app][buggy-app] (need to create an account). Write up two GitHub issues in our Code Differently repository containing the following elements:
27
+
28
+
* A brief description of the problem.
29
+
* Detailed steps to reproduce the issue in a numbered list.
30
+
* The outcome you expected as a result of doing the steps.
31
+
* The actual result you got that was unexpected.
32
+
* At least one of your bugs must include a screenshot.
0 commit comments