Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 2.25 KB

CONTRIBUTING.md

File metadata and controls

40 lines (30 loc) · 2.25 KB

Contributing GitHub contributors JavaScript Style Guide

CI/CD Pipeline Test Coverage Maintainability Gitlab pipeline status Crowdin GitHub issues by-label "help wanted" GitHub issues by-label "good first issue"

Code Contributions

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, as well as all unit, integration and e2e tests should pass locally before opening a Pull Request.
  5. All Git commits within a PR must be signed off to indicate the contributor's agreement with the Developer Certificate of Origin.

Contribution Guidelines

You can find our detailed contribution guidelines over here:

https://pwning.owasp-juice.shop/part3/contribution.html

I18N Contributions

Learn all about our crowd-sourced translation project on Crowdin here:

https://pwning.owasp-juice.shop/part3/translation.html