easyxml
Version:
A configurable object to XML converter
24 lines (11 loc) • 539 B
Markdown
# 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.