Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 586 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (12 loc) · 586 Bytes

Contributing

  • Creating a bundle: npm prepublish
  • Working on docs: npm run docs:watch
  • Developing with tests: npm run test:watch

Committing

Ensure you have commitizen installed and commit using git cz.

Pull Requests

Pull requests should be issued for even the smallest change. Every pull request should have at least one corresponding issue.

Releasing

Skate uses semantic-release and conentional-changelog so releases are published automatically.

Notes

  • Default branch should always be the latest stable branch.