-
Log into GitHub with your own account
-
Fork the repository
-
Clone your forked repository on your local machine
-
Create a new Feature branch
-
Commit your changes
a. Add a new file (e.g. "me-name.md" for Markdown text content)
b. Write some text content (e.g. "Hello World, I am Arthur")
-
Push your Feature Branch to your forked remote repository
-
Come back to this main repository
-
Create a Pull Request (from a fork)
a. Target/destination branch: "
master
"b. Source branch: your feature branch