From 726431388a768a9e44375ddde46dc11b29fcf233 Mon Sep 17 00:00:00 2001 From: Zach Johnson Date: Thu, 23 Jan 2020 12:02:48 -0800 Subject: [PATCH 1/2] add repo status --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index a525d9e..287f606 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # NS1 JS API +> This project is in [maintenence status](https://github.com/ns1/community/blob/master/project_status/MAINTENANCE.md). + [![Build Status](https://travis-ci.org/ns1/ns1-js.svg?branch=master)](https://travis-ci.org/ns1/ns1-js) This is a high level JS client for NS1.com's REST API. Works as a Node.js module, tested on Node v 5+. Requires an NS1 account w/ an API key. @@ -86,3 +88,7 @@ new NS1.NS1Request('get', '/zones/zone.com/www.zone.com/A') ... }) ``` + +Contributions +============= +Please refer to the [NS1 Contribution Guidelines](https://github.com/ns1/community) before opening a pull request or issue. From d9d298483b1ffb3d0da9fa181764543df32ccfc8 Mon Sep 17 00:00:00 2001 From: Zach Johnson Date: Fri, 24 Jan 2020 09:36:57 -0800 Subject: [PATCH 2/2] contribution language --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 287f606..4777c68 100644 --- a/README.md +++ b/README.md @@ -91,4 +91,4 @@ new NS1.NS1Request('get', '/zones/zone.com/www.zone.com/A') Contributions ============= -Please refer to the [NS1 Contribution Guidelines](https://github.com/ns1/community) before opening a pull request or issue. +Pull Requests and issues are welcome. See the [NS1 Contribution Guidelines](https://github.com/ns1/community) for more information.