From da05ae30d86e7a36e1c69b4e10923d0396c5523f Mon Sep 17 00:00:00 2001 From: Gabriel Broadwin Nongsiej Date: Tue, 27 Nov 2018 17:19:33 +0530 Subject: [PATCH] + 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.