-
Make a Fork of the project.
In the upper left corner of the page you will find a button, click on Fork.
-
On GitHub, navigate to the Fork that has been generated for you.
-
Clone the project.
git clone https://github.com/YOUR-USERNAME/ask-weather
-
Create a branch, thereby protecting the
master
branch.git checkout -b "name-of-your-branch"
You can read more information about the reason for this step in:
-
Contribute your improvements to the project.
-
Save the changes.
git add. git commit -m "Description of the change you have made"
-
Upload the changes to GitHub.
git push origin "name-of-your-branch"
-
On GitHub, do a pull request by clicking the Compare & pull request button.
-
In the new window, describe the changes you have added and point out why they are important.
-
Send the pull request by clicking Create pull request.
Have you had any problems with the previous steps? Don't worry, here we provide you with help to make it easier for you:
- How to create a Fork. A Fork is a copy of a project. The Forks allows you to freely experiment with changes without affecting the original project.
- How to clone a project
Are you still in doubt? Send me a message on Telegram and ask me. I am always happy to help you.