From a1396d00aabac71b8f7c3d02ad7fd953192b3643 Mon Sep 17 00:00:00 2001 From: Evan Rusackas Date: Thu, 27 Jul 2023 13:27:40 -0600 Subject: [PATCH] docs: Adding a couple links to contributing page (#24817) --- docs/docs/contributing/contributing-page.mdx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/docs/contributing/contributing-page.mdx b/docs/docs/contributing/contributing-page.mdx index 1619d7fed..8eb36b7a5 100644 --- a/docs/docs/contributing/contributing-page.mdx +++ b/docs/docs/contributing/contributing-page.mdx @@ -13,8 +13,12 @@ which can be joined by anyone): - [Mailing list](https://lists.apache.org/list.html?dev@superset.apache.org) - [Apache Superset Slack community](http://bit.ly/join-superset-slack) -- [GitHub issues and PR's](https://github.com/apache/superset/issues) +- [GitHub issues](https://github.com/apache/superset/issues) +- [GitHub pull requests](https://github.com/apache/superset/pulls) +- [GitHub discussions](https://github.com/apache/superset/discussions) +- [Superset Community Calendar](https://superset.apache.org/community) More references: - [Comprehensive Tutorial for Contributing Code to Apache Superset](https://preset.io/blog/tutorial-contributing-code-to-apache-superset/) - [CONTRIBUTING Guide on GitHub](https://github.com/apache/superset/blob/master/CONTRIBUTING.md) +- [Superset Wiki (code guidelines and additional resources)](https://github.com/apache/superset/wiki)