diff --git a/docs/docs/contributing/contributing.mdx b/docs/docs/contributing/contributing.mdx index 6ae7901874ef1..6932e5b4aa669 100644 --- a/docs/docs/contributing/contributing.mdx +++ b/docs/docs/contributing/contributing.mdx @@ -7,7 +7,7 @@ version: 1 # Contributing to Superset Superset is an [Apache Software foundation](https://www.apache.org/theapacheway/index.html) project. -The core contributors (or committers) to Superset communicate primarily in the following channels ( +The core contributors (or committers) to Superset communicate primarily through the following channels ( which can be joined by anyone): - [Mailing list](https://lists.apache.org/list.html?dev@superset.apache.org) diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 0000000000000..bf116ca204edc --- /dev/null +++ b/package-lock.json @@ -0,0 +1,6 @@ +{ + "name": "superset", + "lockfileVersion": 3, + "requires": true, + "packages": {} +}