Use the online editor on GitHub (Code >> Add file >> Create new file) to create e new file in the root of the repository. Make the file personal simply by naming it after your GitHub handle with an .md
file extension. My handle on GitHub is @lakruzz so my file will be lakruzz.md
.
Add two lines to the file:
#
) and separated with a space.##
) and also separated with a space.lakruzz.md
would look like this:Add and Commit the file!
Copy the code snippet below to your clip board
Go back into your file `<handle>.md` and add some `MarkDown`. It shall include:
- [x] A level 1 header with your full name.
- [x] A level 2 header with your GitHub handle.
- [ ] An image (of yourself - preferably).
- [ ] A bulleted list of things you are currently working on.
- [ ] A prioritized list of Programming languages and technologies you wanna work with.
- [ ] A link to all your public repositories on GitHub.
- [ ] Your GMail (assuming you have one).
- [ ] A short description of what you dream of working with - a couple of years from now - when you graduate and enter the labour market as a full-fledged, full-time IT Architect.
Also make sure:
- [ ] Assign this issue to yourself
- [ ] Commit the file when you are done
- [ ] As you progress with the items on the list - come back to this issue and check out the items.
- [ ] When you are completely done (_done done_) - close the issue.
With the Code snippet above in your clip board go and create a new issue in this repository
Title
: "<Your name>'s file"Content
: Dump the content of the clipboard (the code above)Assign
: Assign the issue to yourself.Submit
: Save the issueTEST by visiting github.com/issues/assigned - do you see your new issue? If not: did you assign it to yourself?
Now finish the TODO list in the issue.
Browse to the file advanced.md
in this repo and continue there