diff --git a/docs/configs/site.js b/docs/configs/site.js index 169275ca7f04de14677574f6d16f8391fbca7daa..444b00bcc8e98860b206558f3bf13931af28b3ed 100644 --- a/docs/configs/site.js +++ b/docs/configs/site.js @@ -128,6 +128,12 @@ export default { title: 'About us', content: 'Do you need feedback? Please contact us through the following ways.', list: [ + { + name: 'Slack', + img1: '/img/slack.png', + img2: '/img/slack-selected.png', + link: 'https://s.apache.org/dolphinscheduler-slack', + }, { name: 'Email List', img1: '/img/emailgray.png', @@ -140,21 +146,9 @@ export default { img2: '/img/twitterblue.png', link: 'https://twitter.com/dolphinschedule', }, - { - name: 'Stack Overflow', - img1: '/img/stackoverflow.png', - img2: '/img/stackoverflow-selected.png', - link: 'https://stackoverflow.com/questions/tagged/apache-dolphinscheduler', - }, - { - name: 'Slack', - img1: '/img/slack.png', - img2: '/img/slack-selected.png', - link: 'https://s.apache.org/dolphinscheduler-slack', - }, ], }, - copyright: 'Copyright © 2019-2021 The Apache Software Foundation. Apache DolphinScheduler, DolphinScheduler, and its feather logo are trademarks of The Apache Software Foundation.', + copyright: 'Copyright © 2019-2022 The Apache Software Foundation. Apache DolphinScheduler, DolphinScheduler, and its feather logo are trademarks of The Apache Software Foundation.', }, 'zh-cn': { banner: { @@ -259,6 +253,12 @@ export default { title: '联系我们', content: '有问题需要反馈?请通过以下方式联系我们。', list: [ + { + name: 'Slack', + img1: '/img/slack.png', + img2: '/img/slack-selected.png', + link: 'https://s.apache.org/dolphinscheduler-slack', + }, { name: '邮件列表', img1: '/img/emailgray.png', @@ -271,20 +271,8 @@ export default { img2: '/img/twitterblue.png', link: 'https://twitter.com/dolphinschedule', }, - { - name: 'Stack Overflow', - img1: '/img/stackoverflow.png', - img2: '/img/stackoverflow-selected.png', - link: 'https://stackoverflow.com/questions/tagged/apache-dolphinscheduler', - }, - { - name: 'Slack', - img1: '/img/slack.png', - img2: '/img/slack-selected.png', - link: 'https://s.apache.org/dolphinscheduler-slack', - }, ], }, - copyright: 'Copyright © 2019-2021 The Apache Software Foundation. Apache DolphinScheduler, DolphinScheduler, and its feather logo are trademarks of The Apache Software Foundation.', + copyright: 'Copyright © 2019-2022 The Apache Software Foundation. Apache DolphinScheduler, DolphinScheduler, and its feather logo are trademarks of The Apache Software Foundation.', }, }; diff --git a/docs/docs/en/contribute/have-questions.md b/docs/docs/en/contribute/have-questions.md index 2d8475998287ee741e7be0b2fc26911767cecdd4..b6165097ae07f5db44ef41191c35f880f6a677f0 100644 --- a/docs/docs/en/contribute/have-questions.md +++ b/docs/docs/en/contribute/have-questions.md @@ -1,36 +1,16 @@ # Have Questions? -## StackOverflow +## Slack -For usage questions, it is recommended you use the StackOverflow tag [apache-dolphinscheduler](https://stackoverflow.com/questions/tagged/apache-dolphinscheduler) as it is an active forum for DolphinScheduler users’ questions and answers. +Chat rooms are great for quick questions or discussions on specialized topics. -Some quick tips when using StackOverflow: - -- Prior to asking submitting questions, please: - - Search StackOverflow’s [apache-dolphinscheduler](https://stackoverflow.com/questions/tagged/apache-dolphinscheduler) tag to see if your question has already been answered -- Please follow the StackOverflow [code of conduct](https://stackoverflow.com/help/how-to-ask) -- Always use the apache-dolphinscheduler tag when asking questions -- Please do not cross-post between [StackOverflow](https://stackoverflow.com/questions/tagged/apache-dolphinscheduler) and [GitHub issues](https://github.com/apache/dolphinscheduler/issues/new/choose) +The following chat rooms are officially part of Apache DolphinScheduler: -Question template: +​ The Slack workspace URL: http://asf-dolphinscheduler.slack.com/. -> **Describe the question** -> -> A clear and concise description of what the question is. -> -> **Which version of DolphinScheduler:** -> -> -[1.3.0-preview] -> -> **Additional context** -> -> Add any other context about the problem here. -> -> **Requirement or improvement** -> -> \- Please describe about your requirements or improvement suggestions. +​ You can join through invitation url: https://s.apache.org/dolphinscheduler-slack. -For broad, opinion based, ask for external resources, debug issues, bugs, contributing to the project, and scenarios, it is recommended you use the[ GitHub issues ](https://github.com/apache/dolphinscheduler/issues/new/choose)or dev@dolphinscheduler.apache.org mailing list. +This chat room is used for questions and discussions related to using DolphinScheduler. ## Mailing Lists @@ -38,9 +18,6 @@ For broad, opinion based, ask for external resources, debug issues, bugs, contri Some quick tips when using email: -- Prior to asking submitting questions, please: - - Search StackOverflow at [apache-dolphinscheduler](https://stackoverflow.com/questions/tagged/apache-dolphinscheduler) to see if your question has already been answered - - Tagging the subject line of your email will help you get a faster response, e.g. [api-server]: How to get open api interface? - Tags may help identify a topic by: @@ -49,17 +26,3 @@ Some quick tips when using email: - Scenario: Debug, How-to - For error logs or long code examples, please use [GitHub gist](https://gist.github.com/) and include only a few lines of the pertinent code / log within the email. - -## Chat Rooms - -Chat rooms are great for quick questions or discussions on specialized topics. - -The following chat rooms are officially part of Apache DolphinScheduler: - -​ The Slack workspace URL: http://asf-dolphinscheduler.slack.com/. - -​ You can join through invitation url: https://s.apache.org/dolphinscheduler-slack. - -This chat room is used for questions and discussions related to using DolphinScheduler. - - \ No newline at end of file diff --git a/docs/docs/zh/contribute/have-questions.md b/docs/docs/zh/contribute/have-questions.md index 7d9ad9cc9424d950aeeb75d5d672504cf06629b4..681db51c178bff26672b3105c9e4fe8d6660b1c9 100644 --- a/docs/docs/zh/contribute/have-questions.md +++ b/docs/docs/zh/contribute/have-questions.md @@ -1,39 +1,16 @@ # 当你遇到问题时 -## StackOverflow +## Slack -如果在使用上有疑问,建议你使用StackOverflow标签 [apache-dolphinscheduler](https://stackoverflow.com/questions/tagged/apache-dolphinscheduler),这是一个DolphinScheduler用户问答的活跃论坛。 - -使用StackOverflow时的快速提示: - -- 在提交问题之前: - - 在StackOverflow的 [apache-dolphinscheduler](https://stackoverflow.com/questions/tagged/apache-dolphinscheduler) 标签下进行搜索,看看你的问题是否已经被回答。 - -- 请遵守StackOverflow的[行为准则](https://stackoverflow.com/help/how-to-ask) - -- 提出问题时,请务必使用apache-dolphinscheduler标签。 +聊天室是快速提问或讨论具体话题的好地方。 -- 请不要在 [StackOverflow](https://stackoverflow.com/questions/tagged/apache-dolphinscheduler) 和 [GitHub issues](https://github.com/apache/dolphinscheduler/issues/new/choose)之间交叉发帖。 +以下聊天室是Apache DolphinScheduler的正式组成部分: -提问模板: +​ Slack工作区的网址:http://asf-dolphinscheduler.slack.com/ -> **Describe the question** -> -> 对问题的内容进行清晰、简明的描述。 -> -> **Which version of DolphinScheduler:** -> -> -[1.3.0-preview] -> -> **Additional context** -> -> 在此添加关于该问题的其他背景。 -> -> **Requirement or improvement** -> -> 在此描述您的要求或改进建议。 +​ 你可以通过该邀请链接加入:https://s.apache.org/dolphinscheduler-slack -如果你的问题较为宽泛、有意见或建议、期望请求外部资源,或是有项目调试、bug提交等相关问题,或者想要对项目做出贡献、对场景进行讨论,建议你提交[ GitHub issues ](https://github.com/apache/dolphinscheduler/issues/new/choose)或使用dev@dolphinscheduler.apache.org 邮件列表进行讨论。 +此聊天室用于与DolphinScheduler使用相关的问题讨论。 ## 邮件列表 @@ -41,25 +18,9 @@ 使用电子邮件时的一些快速提示: -- 在提出问题之前: - - 请在StackOverflow的 [apache-dolphinscheduler](https://stackoverflow.com/questions/tagged/apache-dolphinscheduler) 标签下进行搜索,看看你的问题是否已经被回答。 - 在你的邮件的主题栏里加上标签会帮助你得到更快的回应,例如:[ApiServer]:如何获得开放的api接口? - 可以通过以下标签定义你的主题。 - 组件相关:MasterServer、ApiServer、WorkerServer、AlertServer等等。 - 级别:Beginner、Intermediate、Advanced - 场景相关:Debug,、How-to - 如果内容包括错误日志或长代码,请使用 [GitHub gist](https://gist.github.com/),并在邮件中只附加相关代码/日志的几行。 - -## Chat Rooms - -聊天室是快速提问或讨论具体话题的好地方。 - -以下聊天室是Apache DolphinScheduler的正式组成部分: - -​ Slack工作区的网址:http://asf-dolphinscheduler.slack.com/ - -​ 你可以通过该邀请链接加入:https://s.apache.org/dolphinscheduler-slack - -此聊天室用于与DolphinScheduler使用相关的问题讨论。 - - \ No newline at end of file