From 8dfba5c4931cb35afa2af8f1ec80d4981a8fc2c7 Mon Sep 17 00:00:00 2001 From: MaSimon Date: Tue, 27 Nov 2018 16:51:01 +0530 Subject: [PATCH 1/2] Adding CONTRIBUTING.md --- CONTRIBUTING.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..ba6841a --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,7 @@ ++ Thanks for contributing to the Authorize.Net Node SDK. + ++ Before you submit a pull request, we ask that you consider the following: + + - Submit an issue to state the problem your pull request solves or the funtionality that it adds. We can then advise on the feasability of the pull request, and let you know if there are other possible solutions. + - Part of the SDK is auto-generated based on the XML schema. Due to this auto-generation, we cannot merge contributions for request or response classes. You are welcome to open an issue to report problems or suggest improvements. Auto-generated classes are inside [sdk-node/lib/apicontracts.js](https://github.com/AuthorizeNet/sdk-node/tree/master/lib) and [sdk-node/lib/apicontrollers.js](https://github.com/AuthorizeNet/sdk-node/tree/master/lib) folders, except [sdk-node/lib/apicontrollersbase.js](https://github.com/AuthorizeNet/sdk-node/tree/master/lib). + \ No newline at end of file From da05ae30d86e7a36e1c69b4e10923d0396c5523f Mon Sep 17 00:00:00 2001 From: Gabriel Broadwin Nongsiej Date: Tue, 27 Nov 2018 17:19:33 +0530 Subject: [PATCH 2/2] + Adding Contributing.md section --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index c79b16e..cc1bd29 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,10 @@ * Node.js version 4.8.4 or higher * An Authorize.Net account (see _Registration & Configuration_ section below) +### Contribution + - If you need information or clarification about any Authorize.Net features, please create an issue for it. Also you can search in the [Authorize.Net developer community](https://community.developer.authorize.net/). + - Before creating pull requests, please read [the contributors guide](CONTRIBUTING.md). + ### TLS 1.2 The Authorize.Net APIs only support connections using the TLS 1.2 security protocol. It's important to make sure you have new enough versions of all required components to support TLS 1.2. Additionally, it's very important to keep these components up to date going forward to mitigate the risk of any security flaws that may be discovered in your system or any libraries it uses.