Skip to content

Latest commit

 

History

History
49 lines (29 loc) · 1.81 KB

CONTRIBUTING.md

File metadata and controls

49 lines (29 loc) · 1.81 KB

How to contribute

Work in progress

In order to create a pull request, is required for you to have Git installed in your computer.

Optionally, you can install some GUI for Git, such as Source Tree, Git Kraken, GitHub Desktop.

Important note: You'll always have to create your pull request against the develop branch, never against the master one.

The process of making a pull request can be summarized in the following steps:

  • Fork the repository on Github.
  • Clone the fork on your computer.
  • Configure your basic data in the clone.
  • Create a branch from the develop branch.
  • Add the files that you want to send as your contribute.
  • Tell git which files to track.
  • Save changes to git with a commit.
  • Synchronize the fork in Github with a push.
  • And, pull request to the original repository from Github.

If you want kwnow more details about any one of the steps, check the extendend tutorial.

If you have any other questions, you can create an Issue asking for whatever you want.

Do you want to know more about how a Pull Request is made? Visit https://www.digitalocean.com/community/tutorials/how-to-create-a-pull-request-on-github

Do you want to know more about git? Visit https://git-scm.com/book/en/v2