Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 662 Bytes

CONTRIBUTING.md

File metadata and controls

25 lines (16 loc) · 662 Bytes

Contributing

If you want to contribute to typp, please follow these simple rules:

  1. Make a Fork of the project.

  2. Clone the repository from your account with:

    git clone git@github.com:your_github_username/typp.git
    
  3. Create a new branch with:

    git checkout -b "my-branch-fix"
    

    You can name it however you want.

  4. Make your changes.

  5. Don't forget to add yourself in contributors.md.

  6. Commit and push your changes, then make a pull request from Github.