Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 441 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (13 loc) · 441 Bytes

Fork it Add new features git checkout -b my-new-feature git commit -am 'Add some feature' git push origin my-new-feature Create a pull request

Haz fork Agrega nuevas funciones git checkout -b my-new-feature git commit -am 'Agregar alguna función' git push origin my-new-feature Crea una pull request

add your name in package.json

agrega: tu nombre en : package.json

 "contributors": [
    {
      "name": ""
    }
  ],