# Contributing to Redox

Contributions are always welcome. Before contributing please read the
[code of conduct](https://github.com/openjs-foundation/cross-project-council/blob/main/CODE_OF_CONDUCT.md). To contribute,
[fork](https://help.github.com/articles/fork-a-repo/) the repository, commit your changes,
& [send a pull request](https://help.github.com/articles/using-pull-requests/).

## Feature Requests

Feature requests should be submitted in the
[issue tracker](https://github.com/RedoxEngine/redox-hl7-v2/issues), with a description of
the expected behavior. Even better, create a pull request with failing tests. 

Before submitting a request, please search for similar ones in the
[closed issues](https://github.com/RedoxEngine/redox-hl7-v2/issues?q=is%3Aissue+is%3Aclosed).

## Pull Requests

Include updated unit tests in the `test` directory as part of your pull request. 

Before running the unit tests you’ll need to install, `npm i`,
[development dependencies](https://docs.npmjs.com/files/package.json#devdependencies).
Run unit tests from the command-line via `npm test`.

