You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ru...@apache.org on 2023/07/26 18:00:34 UTC

[superset] branch rusackas-contributing-links created (now abcfb5cbac)

This is an automated email from the ASF dual-hosted git repository.

rusackas pushed a change to branch rusackas-contributing-links
in repository https://gitbox.apache.org/repos/asf/superset.git


      at abcfb5cbac docs: Adding a couple links to contributing page

This branch includes the following new commits:

     new abcfb5cbac docs: Adding a couple links to contributing page

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[superset] 01/01: docs: Adding a couple links to contributing page

Posted by ru...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

rusackas pushed a commit to branch rusackas-contributing-links
in repository https://gitbox.apache.org/repos/asf/superset.git

commit abcfb5cbac66f5e7afa536e9456f1d99fb1a3393
Author: Evan Rusackas <ev...@preset.io>
AuthorDate: Wed Jul 26 12:00:25 2023 -0600

    docs: Adding a couple links to contributing page
---
 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 1619d7fed7..8eb36b7a5d 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)