From 090204f5efeb05ef648ff20169fa93921d5ed6ac Mon Sep 17 00:00:00 2001 From: mluu12 <87089043+mluu12@users.noreply.github.com> Date: Wed, 28 Jul 2021 20:32:52 -0700 Subject: [PATCH] Added more detail to contrib doc (#2905) * Added more detail to contrib doc. * Added more edits. * Update content/influxdb/cloud/reference/flux/stdlib/contrib/_index.md Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com> * Specified packages and functions. * Added links and edits to contrib OSS and cloud. * minor edit * Update content/influxdb/cloud/reference/flux/stdlib/contrib/_index.md Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com> Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com> Co-authored-by: Kelly --- .../influxdb/cloud/reference/flux/stdlib/contrib/_index.md | 6 +++++- .../influxdb/v2.0/reference/flux/stdlib/contrib/_index.md | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/content/influxdb/cloud/reference/flux/stdlib/contrib/_index.md b/content/influxdb/cloud/reference/flux/stdlib/contrib/_index.md index 2d5513cfe..6d4ba1e69 100644 --- a/content/influxdb/cloud/reference/flux/stdlib/contrib/_index.md +++ b/content/influxdb/cloud/reference/flux/stdlib/contrib/_index.md @@ -11,6 +11,10 @@ weight: 202 influxdb/v2.0/tags: [contributed, functions, package] --- -User-contributed packages and functions are contributed and maintained by members of the InfluxDB and Flux communities. +InfluxData supports user-contributed Flux packages and functions. We also recognize the importance of original contributors reviewing updates to their packages and functions. + +To support both contributors and our community at large, InfluxData will request a review by the original author on all proposed changes to packages and functions. + +If you'd like to add a new Flux package or are curious about our future plans regarding Flux contributions, see how to [Contribute Third Party Flux Packages](https://github.com/influxdata/flux/blob/master/stdlib/contrib/README.md). {{< children >}} diff --git a/content/influxdb/v2.0/reference/flux/stdlib/contrib/_index.md b/content/influxdb/v2.0/reference/flux/stdlib/contrib/_index.md index 53a3c2622..ea784ceeb 100644 --- a/content/influxdb/v2.0/reference/flux/stdlib/contrib/_index.md +++ b/content/influxdb/v2.0/reference/flux/stdlib/contrib/_index.md @@ -11,6 +11,10 @@ weight: 202 influxdb/v2.0/tags: [contributed, functions, package] --- -User-contributed packages and functions are contributed and maintained by members of the InfluxDB and Flux communities. +InfluxData supports user-contributed Flux packages and functions. We also recognize the importance of original contributors reviewing updates to their packages and functions. + +To support both contributors and our community at large, InfluxData requests reviews from original authors regarding all changes to the packages and functions. + +If you'd like to add a new Flux package or are curious about our future plans regarding Flux contributions, see how to [Contribute Third Party Flux Packages](https://github.com/influxdata/flux/blob/master/stdlib/contrib/README.md). {{< children >}}