Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 1012 Bytes

File metadata and controls

35 lines (20 loc) · 1012 Bytes

#Contributing

Contributions to this project are welcome ❤️

If you would like to improve it please fork this repository, make the changes and open a pull request.

Bellow is a summary of this process:

  • Click the "Fork" button at the top right. You’ll now have your own copy of that repository in your GitHub account.

  • Open a terminal/shell and type

    $ git clone `URL OF YOUR FORKED REPO`
  • Change into the new project directory:

    $ cd `REPO FOLDER`
  • Make changes, and git add and git commit them.

  • Git push to GitHub. These will go to your version of the repository.

  • Go to your version of the repository on GitHub.

  • Click the "Pull Request" button at the top.

  • This repository will be on the left and your repository will be on the right.

  • Click the green button "Create pull request". Give a succinct and informative title, in the comment field give a short explanation of the changes and click the green button "Create pull request".

Thank you 👏