If you want to contribute to typp, please follow these simple rules:
-
Make a Fork of the project.
-
Clone the repository from your account with:
git clone git@github.com:your_github_username/typp.git
-
Create a new branch with:
git checkout -b "my-branch-fix"
You can name it however you want.
-
Make your changes.
-
Don't forget to add yourself in
contributors.md
. -
Commit and push your changes, then make a pull request from Github.