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
Please review the following resources before lecture:
6
+
7
+
### Required
8
+
*[Git + GitHub Branches, Forks, and Pull Requests (Video)](https://youtu.be/oa1wXWeH1IQ?si=fnN6f4Ua1dbdWmqN)
9
+
*[A Simplified Convention for Naming Branches and Commits in Git](https://dev.to/varbsan/a-simplified-convention-for-naming-branches-and-commits-in-git-il4)
-[ ] Create a [personal README](#personal-readme) and [submit](#submitting-your-assignment) via GitHub.
17
+
-[ ] Do pre-work for [lesson 01](/lesson_01/).
18
+
19
+
### Personal README
20
+
21
+
A personal README is a way to teach others how to best work with you. It is useful for expressing your learning style and personal preferences, likes and dislikes.
22
+
23
+
For this exercise, you with use the `MARKDOWN` language (the language used to author this very README) to create your own personal version. Your version should incorporate __at least one picture, one list, appropriate headings, and be at least 300 words__.
24
+
25
+
For inspiration, feel free to check out the examples at [Kaeti's repo][kaeti-repo] or do your own thing. Have fun, but keep it professional!
To submit your assignment, please do the following:
32
+
33
+
1. Fork this repository (repo) under your own Github account.
34
+
1. In your forked repo, create a new branch and give it a name.
35
+
1. Add your `README.md` and accompanying picture files to a sub-folder you create under `lesson_00` (see [lesson_00/anthonymays](/lesson_00/anthonymays) for example).
36
+
1. Commit as many changes as you need to your branch and push to Github.
37
+
1. When ready to merge, visit this repo to create a pull request (PR).
38
+
1. Add details to the PR and create it.
39
+
40
+
If you need more help, you can check out [this page here][open-source-contributions] or watch [this YouTube video][open-source-youtube].
41
+
42
+
**Note:** If you would rather not have this README published publicly, please indicate that in your PR description and I will review it without accepting it for merge. The PR can be deleted when done. Don't delete the README however, as you'll need it for later assignments.
Copy file name to clipboardExpand all lines: lesson_00/cdbluejr/README.md
-3Lines changed: 0 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,12 +26,9 @@ Here are some of the things I need to be a productive person and father.
26
26
## Fun Facts
27
27
28
28
* I used the original IBM PC in high school.
29
-
30
29
* My first programming language was BASIC, which I learned at the age of 16. I placed 2nd in a national competition for organization formally know as Office Education Association.
31
-
32
30
* I have been married twice, first married was from June 9th, 1990 to December 2nd, 1999.
0 commit comments