Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 571 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (11 loc) · 571 Bytes

Contributing Guide

Hi! I'm really excited that you are interested in contributing to Gif.ts. Before submitting your contribution, please make sure to take a moment and read through the following guidelines:

Have a new feature

  1. Fork it!
  2. Create your feature branch: git checkout -b feat/new-feature
  3. Commit your changes: git commit -am 'feat(newFeature): add new features'
  4. Push to the branch: git push origin feat/new-feature
  5. Submit a pull request