Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 373 Bytes

File metadata and controls

8 lines (8 loc) · 373 Bytes

To contribute to this repository

  1. Fork this repository
  2. git clone <Your Forked Repository>
  3. git remote add upstream https://github.com/iClasser/create-iclasser-react-component.git`
  4. Once you made changes, push to you origin: git push -u origin <your branch name>
  5. Make a pull request against develop branch
  6. Address review comments.
  7. Will merge it.