Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 376 Bytes

CONTRIBUTING.md

File metadata and controls

9 lines (7 loc) · 376 Bytes

element-ui-el-table-draggable

How to contribute

  • Fork this repository!
  • Create a topic branch from the master branch: git branch my-topic-branch develop.
  • Commit the changes: git commit -am 'Modify some files.
  • Push to my forked repository: git push origin my-topic-branch.
  • Send the prequest to develop branch of WakuwakuP/element-ui-table-draggable.