Skip to content

Latest commit

 

History

History
23 lines (11 loc) · 539 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (11 loc) · 539 Bytes

Contributing to EasyXML

Tests

Any contribution which touches code (e.g. not comments and whitespace and documentation) must contain tests. If you're fixing a bug, then you must have a test which reproduces that bug. If you're adding a feature, you must include a test for this feature.

Code Coverage

Pull Requests which decrease code coverage will not be accepted.

Style

All altered files must adhere to the eslint rules.

Authors

Please append your name in the package.json authors section as you contribute.