Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 2.39 KB

CONTRIBUTING.md

File metadata and controls

30 lines (24 loc) · 2.39 KB

Contributing GitHub contributors JavaScript Style Guide

Build Status Build status Docker Cloud Build Status Test Coverage Maintainability Greenkeeper badge Gitlab pipeline status Crowdin Bountysource Activity GitHub issues by-label "help wanted" GitHub issues by-label "good first issue"

The minimum requirements for code contributions are:

  1. The code must be compliant with the JS Standard Code Style rules or their correspondingly configured TSLint rules
  2. All new and changed code should have a corresponding unit and/or integration test
  3. New and changed challenges must have a corresponding e2e test
  4. Linting and all unit, integration and e2e tests should pass locally before opening a Pull Request

Contribution Guidelines

You can find our detailed contribution guidelines over here:

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