[docs] add doc for community feedback and fix CI (#7759)
add doc for community feedback and fix CI
This commit is contained in:
2
.github/workflows/auto-label-title.yml
vendored
2
.github/workflows/auto-label-title.yml
vendored
@ -68,7 +68,7 @@ jobs:
|
||||
kind/typo;
|
||||
kind/refactor;
|
||||
kind/performance;
|
||||
kind/test
|
||||
kind/test;
|
||||
kind/chore;
|
||||
kind/revert;
|
||||
kind/community;
|
||||
|
||||
@ -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 `dev-subscribe@doris.apache.org`, and then follow the instructions to subscribe to this mailing list.
|
||||
You can send an email with any subject and content to `dev-subscribe@doris.apache.org`, and then follow the instructions to subscribe to this mailing list.
|
||||
|
||||
After that, you can send an email to `dev@doris.apache.org` to describe the problem or suggestion.
|
||||
After that, you can send an email to `dev@doris.apache.org` 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)
|
||||
|
||||
@ -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. 邮件列表
|
||||
|
||||
你可以通过发送一封任意标题和内容的邮件到 `dev-subscribe@doris.apache.org`,之后根据指引订阅这个邮件列表。
|
||||
|
||||
你可以通过发送一封任意标题和内容的邮件到 `dev-subscribe@doris.apache.org`,之后根据指引订阅这个邮件列表。
|
||||
|
||||
之后,你就可以发送邮件至 `dev@doris.apache.org` 来描述的问题或建议。
|
||||
之后,你就可以发送邮件至 `dev@doris.apache.org` 来描述的问题或建议。
|
||||
|
||||
2. Github
|
||||
|
||||
提交一个 [Github Issue](https://github.com/apache/incubator-doris/issues/new/choose)
|
||||
|
||||
提交一个 [Github Issue](https://github.com/apache/incubator-doris/issues/new/choose)
|
||||
|
||||
Reference in New Issue
Block a user