Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 432 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (13 loc) · 432 Bytes

Contributing

  • First, Fork this project.
$ git clone <forked-repository>
$ git checkout -b <some-branch-name>
  • Then, write some codes
$ git commit -am '<commit message>'
$ git push origin <some-branch-name>
  • Then open a pull request on Github.

    The title of PR MUST include semantic-release's release type as a prefix.