Hello dear Padawan 👋
You're learning GIT
and want to make your first pull request in a repository other than yours ?
You're at the right place 🔥 ! What about create a pull request with a file that contains some information about you and a link to your repository ?
- Create a GitHub account and sign in
- For this repository (click on the “Fork” button)
- After the “forking action” has completed, clone your fork locally (this will create a who-are-you directory):
git clone [email protected]:USERNAME/who-are-you.git
- Go into who-are-you directory:
cd directory
- Create a branch (google is your friend)
- Create a Markdown file inside the "src" directory with the content. 💡 Use "md" as the extension of the filename, example: my_username.md
- Commit your change (google is your friend)
- Create the pull request via the github interface 🎉
- Wait the review...