Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 378 Bytes

contrib.md

File metadata and controls

10 lines (9 loc) · 378 Bytes

Contribution

  1. Fork this repository and clone from cloned repository Example: git clone git@github.com:yourname/components.git
  2. cd components
  3. git pull git://github.com/mulaidev/components.git main
  4. git add .
  5. git commit -m "your message with reference to issue #id Example: `git commit -m "fix #10 navigation toggle"
  6. Close the issue when merged