Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 2.09 KB

CONTRIBUTING.md

File metadata and controls

23 lines (18 loc) · 2.09 KB

Contributing GitHub contributors Stories in Ready JavaScript Style Guide

Build Status Build status Test Coverage Maintainability Dependency Status NSP Status Bountysource Activity

The minimum requirements for code contributions are:

  1. The code must be compliant with the JS Standard Code Style rules
  2. All new and changed code should have a corresponding unit and/or integration test
  3. New and changed challenges should have a corresponding e2e test
  4. All unit, integration and e2e tests must pass locally

To avoid falling into the Content Duplication trap you find our detailed contribution guidelines over here:

https://bkimminich.gitbooks.io/pwning-owasp-juice-shop/content/part3/contribution.html