Skip to content

Latest commit

 

History

History
60 lines (36 loc) · 1.97 KB

CONTRIBUTING.md

File metadata and controls

60 lines (36 loc) · 1.97 KB

Steps to collaborate

Logo

  1. Make a Fork of the project.

    In the upper left corner of the page you will find a button, click on Fork.

  2. On GitHub, navigate to the Fork that has been generated for you.

  3. Clone the project.

    git clone https://github.com/YOUR-USERNAME/ask-weather
  4. 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:

  5. Contribute your improvements to the project.

  6. Save the changes.

    git add.
    git commit -m "Description of the change you have made"
  7. Upload the changes to GitHub.

    git push origin "name-of-your-branch"
  8. On GitHub, do a pull request by clicking the Compare & pull request button.

  9. In the new window, describe the changes you have added and point out why they are important.

  10. Send the pull request by clicking Create pull request.

Doubts

Have you had any problems with the previous steps? Don't worry, here we provide you with help to make it easier for you:

Are you still in doubt? Send me a message on Telegram and ask me. I am always happy to help you.