Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Latest commit

 

History

History
10 lines (9 loc) · 406 Bytes

CONTRIBUTING.md

File metadata and controls

10 lines (9 loc) · 406 Bytes
  • Always work on a new branch
  • Submit Pull Requests against master
  • Follow the commitlint and eslint conventions
  • Don't forget to run tests and linters before pushing
  1. Open a PR
  2. Request code review
  3. Complete code review with fixes
  4. A maintainer will merge the PR, checking commit code and squashing if necessary
  5. travis-ci will automatically run semantic-version and publish the new code!