Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 511 Bytes

CONTRIBUTING.md

File metadata and controls

10 lines (8 loc) · 511 Bytes

Contributing to MOP

Pull Requests

  • Please squash commits into one meaningful change per commit
  • All commits should be made to dev, and will eventually be merged into master
  • Large commits should be broken down into smaller (complete and working) PRs if possible
  • Please test and lint your code (npm run ci) before making a PR
  • Please add unit/integration tests for any new or changed functionality
  • Have EditorConfig installed to maintain existing code style