Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 600 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (10 loc) · 600 Bytes

Contributing

Skate uses the skatejs-build module. Docs for the provided commands can be found there.

Committing

Ensure you have commitizen installed and commit using git cz or sk-commit.

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.