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 menupull/2906/head
parent
5230998b0c
commit
2c4ef0c5ee
|
|
@ -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.
|
||||
Loading…
Reference in New Issue