From 4a0312243d137fd1f1fcede9ef3d1d0a81644f18 Mon Sep 17 00:00:00 2001 From: Sam Firke Date: Thu, 28 Dec 2023 10:57:36 -0500 Subject: [PATCH] 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 a328cf44d..26e7f9a5e 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 question has already been asked and answered in the past. If you still feel the need to ask a question, make sure you include: +- 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 requests and [GitHub issues](https://github.com/apache/superset/issues) for bug reports. Then, use Slack search to see if your question has already been asked and answered in the past. -- 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 f8b6db7ae..d5e7934ae 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', }, ], },