This is an automated email from the ASF dual-hosted git repository.
jiafengzheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
The following commit(s) were added to refs/heads/master by this push:
new be43316 [docs] add doc for community feedback and fix CI (#7759)
be43316 is described below
commit be43316f207dc7140b0dc274cf1fcc6ae69cba49
Author: jakevin <[email protected]>
AuthorDate: Fri Jan 14 22:19:28 2022 +0800
[docs] add doc for community feedback and fix CI (#7759)
add doc for community feedback and fix CI
---
.github/workflows/auto-label-title.yml | 2 +-
docs/en/community/feedback.md | 22 ++++++++++++++--------
docs/zh-CN/community/feedback.md | 24 ++++++++++++++----------
3 files changed, 29 insertions(+), 19 deletions(-)
diff --git a/.github/workflows/auto-label-title.yml
b/.github/workflows/auto-label-title.yml
index 83a770c..3ddd225 100644
--- a/.github/workflows/auto-label-title.yml
+++ b/.github/workflows/auto-label-title.yml
@@ -68,7 +68,7 @@ jobs:
kind/typo;
kind/refactor;
kind/performance;
- kind/test
+ kind/test;
kind/chore;
kind/revert;
kind/community;
diff --git a/docs/en/community/feedback.md b/docs/en/community/feedback.md
index fd84926..64e1d46 100644
--- a/docs/en/community/feedback.md
+++ b/docs/en/community/feedback.md
@@ -1,11 +1,8 @@
---
-{
- "title": "Feedback",
- "language": "zh-CN"
-}
+{ "title": "Feedback", "language": "zh-CN" }
---
-<!--
+<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
@@ -26,14 +23,23 @@ under the License.
# Feedback
+## Feedback Tips
+
+- Describe the problem in detail, providing important details (logs, critical
errors, investigations/analyses that have been performed)
+- Minimize the problem, analyze the problem by yourself - narrow the scope of
the problem, easy to answer / troubleshoot
+- Give the minimization specific reproduction steps
+- focus on the problem itself, as unrelated to the business/scenario as
possible (if necessary, provide as clear and unambiguous context as possible)
+
+## Feedback Method
+
If you find any problems or suggestions while using Doris, you can provide
feedback in the following ways:
1. Mailing List
- You can send an email with any subject and content to
`[email protected]`, and then follow the instructions to subscribe
to this mailing list.
+ You can send an email with any subject and content to
`[email protected]`, and then follow the instructions to subscribe
to this mailing list.
- After that, you can send an email to `[email protected]` to describe
the problem or suggestion.
+ After that, you can send an email to `[email protected]` to describe
the problem or suggestion.
2. Github
- Submit a [Github
Issue](https://github.com/apache/incubator-doris/issues/new/choose)
+ Submit a [Github
Issue](https://github.com/apache/incubator-doris/issues/new/choose)
diff --git a/docs/zh-CN/community/feedback.md b/docs/zh-CN/community/feedback.md
index eea9f61..12400c9 100644
--- a/docs/zh-CN/community/feedback.md
+++ b/docs/zh-CN/community/feedback.md
@@ -1,11 +1,8 @@
---
-{
- "title": "问题反馈",
- "language": "zh-CN"
-}
+{ "title": "问题反馈", "language": "zh-CN" }
---
-<!--
+<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
@@ -26,16 +23,23 @@ under the License.
# 问题反馈
+## 反馈提示
+
+- 详细描述问题,提供重要的细节(日志,关键报错,已经进行过的排查/分析)
+- 最小化问题,对问题自行分析—缩小问题的范围,方便解答/排查
+- 给出最小化具体复现步骤
+- 关注问题本身,尽可能不关联业务/场景(如果有必要,请提供尽可能清晰明确的信息/上下文)
+
+## 反馈方式
+
如果你在使用 Doris 的过程中发现任何问题或建议,可以通过以下方式进行反馈:
1. 邮件列表
+ 你可以通过发送一封任意标题和内容的邮件到 `[email protected]`,之后根据指引订阅这个邮件列表。
- 你可以通过发送一封任意标题和内容的邮件到 `[email protected]`,之后根据指引订阅这个邮件列表。
-
- 之后,你就可以发送邮件至 `[email protected]` 来描述的问题或建议。
+ 之后,你就可以发送邮件至 `[email protected]` 来描述的问题或建议。
2. Github
- 提交一个 [Github
Issue](https://github.com/apache/incubator-doris/issues/new/choose)
-
+ 提交一个 [Github
Issue](https://github.com/apache/incubator-doris/issues/new/choose)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]