From 942f8197dd6d7d8f7b812d520b4d45443603d116 Mon Sep 17 00:00:00 2001 From: Karan3304 <163971189+Karan3304@users.noreply.github.com> Date: Sat, 5 Oct 2024 21:35:30 +0530 Subject: [PATCH] just done some little perfection in the contributing guide --- docs/docs/contributing/contributing.mdx | 2 +- package-lock.json | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 package-lock.json 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": {} +}