From 2c4ef0c5ee7df77509160e9107a51bb83fe1aee2 Mon Sep 17 00:00:00 2001 From: kelseiv <47797004+kelseiv@users.noreply.github.com> Date: Thu, 22 Jul 2021 16:04:16 -0700 Subject: [PATCH] Add license info for InfluxDB OSS 2.0 (#2520) * draft license info for InfluxDB OSS 2.0 * add links to contrib * update frontmatter * removed third party placeholder * update menu --- .../v2.0/reference/contributing/_index.md | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 content/influxdb/v2.0/reference/contributing/_index.md diff --git a/content/influxdb/v2.0/reference/contributing/_index.md b/content/influxdb/v2.0/reference/contributing/_index.md new file mode 100644 index 000000000..10cc99834 --- /dev/null +++ b/content/influxdb/v2.0/reference/contributing/_index.md @@ -0,0 +1,26 @@ +--- +title: Contribute to InfluxDB OSS +description: Find important information about what's included in new versions of InfluxData products. +menu: + influxdb_2_0_ref: + name: Contribute to InfluxDB + weight: 1 +--- + +To contribute to the InfluxDB OSS project, complete the following steps: + +1. [Sign the InfluxData Contributor License Agreement (CLA)](#sign-influxdata-contributor-license-agreement-cla). +2. [Review contribution guidelines](#review-contribution-guidelines). +3. [Review the InfluxDB open source license](#review-open-source-license). + +## Sign InfluxData Contributor License Agreement (CLA) + +Before contributing to the InfluxDB OSS project, you must complete and sign the [InfluxData Contributor License Agreement (CLA)](https://www.influxdata.com/legal/cla/), available on the InfluxData website. + +## Review contribution guidelines + +To learn how you can contribute to the InfluxDB OSS project, see our [Contributing guidelines](https://github.com/influxdata/influxdb/blob/master/CONTRIBUTING.md) in the GitHub repository. + +## Review open source license + +See information about our [open source MIT license for InfluxDB](https://github.com/influxdata/influxdb/blob/master/LICENSE) in GitHub.