@hipay/hipay-enterprise-sdk-nodejs
Version:
The HiPay Enterprise SDK for NodeJS is a library for developers who want to integrate HiPay Enterprise payment methods to any NodeJS platform.
27 lines (14 loc) • 1.17 kB
Markdown
# Contributing to the HiPay Enterprise SDK NodeJS
> :warning: This repository is a mirror of a private repository for this plugin, so we are not able to merge your PRs directly in GitHub. Any open PRs will be added to the main repository and closed in GitHub. Any contributor will be credited in the plugin's changelog.
Contributions to the HiPay Enterprise SDK NodeJS should be made via GitHub [pull requests][pull-requests] and discussed using GitHub [issues][issues].
## Before you start
If you would like to make a significant change, please open an issue to discuss it, in order to minimize duplication of effort.
## Making the request
Development takes place against the `develop` branch of this repository and pull requests should be opened against that branch.
## Testing
Any contributions should pass all tests.
## Licensing
The HiPay Enterprise SDK NodeJS is released under an [Apache 2.0][project-license] license. Any code you submit will be released under that license.
[project-license]: LICENSE.md
[pull-requests]: https://github.com/hipay/hipay-enterprise-sdk-nodejs/pulls
[issues]: https://github.com/hipay/hipay-enterprise-sdk-nodejs/issues