You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by sf...@apache.org on 2023/12/28 15:57:44 UTC

(superset) branch master updated: chore(docs): point to correct StackOverflow page (#26368)

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

sfirke pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 4a0312243d chore(docs): point to correct StackOverflow page (#26368)
4a0312243d is described below

commit 4a0312243d137fd1f1fcede9ef3d1d0a81644f18
Author: Sam Firke <sf...@users.noreply.github.com>
AuthorDate: Thu Dec 28 10:57:36 2023 -0500

    chore(docs): point to correct StackOverflow page (#26368)
---
 CODE_OF_CONDUCT.md        | 10 ++++++----
 docs/docusaurus.config.js |  2 +-
 2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md
index a328cf44d7..26e7f9a5ef 100644
--- a/CODE_OF_CONDUCT.md
+++ b/CODE_OF_CONDUCT.md
@@ -119,11 +119,13 @@ If you decide to join the [Community Slack](http://bit.ly/join-superset-slack),
 
 **3. Ask thoughtful questions.**
 
-- We’re all here to help each other out. The best way to get help is by investing effort into your questions. First check and see if your question is answered in [the Superset documentation](https://superset.apache.org/faq.html) or on [Stack Overflow](https://stackoverflow.com/search?q=apache+superset). You can also check [GitHub issues](https://github.com/apache/superset/issues) to see if your question or feature request has been submitted before. Then, use Slack search to see if your q [...]
+- We’re all here to help each other out. The best way to get help is by investing effort into your questions. First check and see if your question is answered in the [Superset documentation](https://superset.apache.org/faq.html) or on [StackOverflow](https://stackoverflow.com/questions/tagged/apache-superset). You can also check GitHub trackers to see if your inquiry has been submitted before: [GitHub discussions](https://github.com/apache/superset/discussions) for questions and feature  [...]
 
-- The steps you’ve already taken
-- Relevant details presented cleanly (text stacktraces, formatted markdown, or screenshots. Please don’t paste large blocks of code unformatted or post photos of your screen from your phone)
-- The specific question you have or the specific type of help you're seeking
+If you still feel the need to ask a question, make sure you include:
+
+- The steps you’ve already taken.
+- Relevant details presented cleanly: text stacktraces, formatted markdown, or screenshots. Please don’t paste large blocks of code unformatted or post photos of your screen from your phone.
+- The specific question you have or the specific type of help you're seeking.
 
 **4. Avoid double posting**
 
diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js
index f8b6db7ae8..d5e7934aea 100644
--- a/docs/docusaurus.config.js
+++ b/docs/docusaurus.config.js
@@ -215,7 +215,7 @@ const config = {
               },
               {
                 label: 'Stack Overflow',
-                href: 'https://stackoverflow.com/questions/tagged/superset+apache-superset',
+                href: 'https://stackoverflow.com/questions/tagged/apache-superset',
               },
             ],
           },