diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index cf344974d..27ed94ec6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -19,9 +19,6 @@ Hello! Thank you for choosing to help contribute to one of the Twilio SendGrid o - [Creating a Pull Request](#creating-a-pull-requesta-name%22creating-a-pull-request%22a) - [Code Reviews](#code-reviews) - -We use [Milestones](https://github.com/sendgrid/sendgrid-nodejs/milestones) to help define current roadmaps, please feel free to grab an issue from the current milestone. Please indicate that you have begun work on it to avoid collisions. Once a PR is made, community review, comments, suggestions, and additional PRs are welcomed and encouraged. - There are a few ways to contribute, which we'll enumerate below: diff --git a/README.md b/README.md index 577523a43..9e6ea18e9 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,6 @@ We appreciate your continued support, thank you! - [Table of Contents](#table-of-contents) - [Introduction - Please Read First](#introduction---please-read-first) - [Announcements](#announcements) -- [Roadmap](#roadmap) - [How to Contribute](#how-to-contribute) - [Troubleshooting](#troubleshooting) - [About](#about) @@ -52,11 +51,6 @@ This library is broken up into several packages as a monorepo so that you only n All updates to this library are documented in our [CHANGELOG](CHANGELOG.md) and [releases](https://github.com/sendgrid/sendgrid-nodejs/releases). You may also subscribe to email [release notifications](https://dx.sendgrid.com/newsletter/nodejs) for releases and breaking changes. - -# Roadmap - -If you are interested in the future direction of this project, please take a look at our open [issues](https://github.com/sendgrid/sendgrid-nodejs/issues) and [pull requests](https://github.com/sendgrid/sendgrid-nodejs/pulls). We would love to hear your feedback. - # How to Contribute diff --git a/docs/examples/webhooks-docker/CONTRIBUTING.md b/docs/examples/webhooks-docker/CONTRIBUTING.md index 4e9e10adb..2a1ca8204 100644 --- a/docs/examples/webhooks-docker/CONTRIBUTING.md +++ b/docs/examples/webhooks-docker/CONTRIBUTING.md @@ -20,9 +20,6 @@ Hello! Thank you for choosing to help contribute to one of the Twilio SendGrid o - [Creating a Pull Request](#creating-a-pull-requesta-name%22creating-a-pull-request%22a) - [Code Reviews](#code-reviews) - -We use [Milestones](https://github.com/sendgrid/sendgrid-nodejs/milestones) to help define current roadmaps, please feel free to grab an issue from the current milestone. Please indicate that you have begun work on it to avoid collisions. Once a PR is made, community review, comments, suggestions and additional PRs are welcomed and encouraged. - There are a few ways to contribute, which we'll enumerate below: diff --git a/packages/client/README.md b/packages/client/README.md index 9382333e1..9b93111b9 100644 --- a/packages/client/README.md +++ b/packages/client/README.md @@ -96,11 +96,6 @@ sgClient2.setApiKey('KEY2'); All updates to this library are documented in our [CHANGELOG](../../CHANGELOG.md) and [releases](https://github.com/sendgrid/sendgrid-nodejs/releases). You may also subscribe to email [release notifications](https://dx.sendgrid.com/newsletter/nodejs) for releases and breaking changes. - -# Roadmap - -If you are interested in the future direction of this project, please take a look at our open [issues](https://github.com/sendgrid/sendgrid-nodejs/issues) and [pull requests](https://github.com/sendgrid/sendgrid-nodejs/pulls). We would love to hear your feedback. - # How to Contribute diff --git a/packages/mail/README.md b/packages/mail/README.md index cde798a2b..23489c575 100644 --- a/packages/mail/README.md +++ b/packages/mail/README.md @@ -93,9 +93,6 @@ Please see our [troubleshooting guide](../../TROUBLESHOOTING.md) for common libr # Announcements All updates to this library are documented in our [CHANGELOG](../../CHANGELOG.md) and [releases](https://github.com/sendgrid/sendgrid-nodejs/releases). You may also subscribe to email [release notifications](https://dx.sendgrid.com/newsletter/nodejs) for releases and breaking changes. -# Roadmap -If you are interested in the future direction of this project, please take a look at our open [issues](https://github.com/sendgrid/sendgrid-nodejs/issues) and [pull requests](https://github.com/sendgrid/sendgrid-nodejs/pulls). We would love to hear your feedback! - # How to Contribute We encourage contribution to our libraries (you might even score some nifty swag), please see our [CONTRIBUTING](https://github.com/sendgrid/sendgrid-nodejs/blob/HEAD/CONTRIBUTING.md) guide for details.